Go to file
2025-11-25 17:17:17 +08:00
pages/login Initial commit 2025-11-25 17:09:19 +08:00
.eslintrc.js Initial commit 2025-11-25 17:09:19 +08:00
.gitignore Initial commit 2025-11-25 17:09:19 +08:00
app.js app js 提交 2025-11-25 17:17:17 +08:00
app.json Initial commit 2025-11-25 17:09:19 +08:00
app.wxss Initial commit 2025-11-25 17:09:19 +08:00
package-lock.json Initial commit 2025-11-25 17:09:19 +08:00
package.json Initial commit 2025-11-25 17:09:19 +08:00
readme.md Initial commit 2025-11-25 17:09:19 +08:00
sitemap.json Initial commit 2025-11-25 17:09:19 +08:00

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