T1D-WebBrowse/readme.md
2025-11-25 17:09:19 +08:00

12 lines
543 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

common 公共文件
components 组件文件
helper 根据名称存放对应通用处理函数
pages 存放具体业务UI相关文件
bizs 业务代码
components 具体业务提取的组件(对应业务层面)
mocks 模拟数据对用业务创一个对应js文件后续连接http接口时在对应的bizs中进行替换即可
styles 具体业务对应的样式代码
styles 公共样式代码
tpls 模板脚本文件
utils 工具类
request.js 封装的http请求后续后端api提供后将mock的数据替换