File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ npm run build
199
199
```
200
200
|-- build // webpack配置文件
201
201
|-- config // 项目打包路径
202
- |-- elm // 上线项目文件,放在服务器即可正常访问
202
+ |-- elm // 上线项目文件,放在服务器即可正常访问
203
203
|-- screenshots // 项目截图
204
204
|-- src // 源码目录
205
205
| |-- components // 组件
@@ -210,7 +210,7 @@ npm run build
210
210
| |-- ratingStar.js // 评论的五颗星组件
211
211
| |-- shoplist.js // msite和shop页面的餐馆列表公共组件
212
212
| |-- footer // 底部公共组件
213
- | |-- header // 头部公共组件
213
+ | |-- header // 头部公共组件
214
214
| |-- config // 基本配置
215
215
| |-- env.js // 环境切换配置
216
216
| |-- fetch.js // 获取数据
@@ -219,15 +219,15 @@ npm run build
219
219
| |-- images // 公共图片
220
220
| |-- pages
221
221
| |-- balance // 余额页
222
- | |--children
223
- | |--detail // 余额说明
222
+ | |--children
223
+ | |--detail // 余额说明
224
224
| |-- benefit // 红包页
225
- | |--children
226
- | |--commend // 推荐有奖
227
- | |--coupon // 代金券说明
228
- | |--exchange // 兑换红包
229
- | |--hbDescription // 红包说明
230
- | |--hbHistory // 历史红包
225
+ | |--children
226
+ | |--commend // 推荐有奖
227
+ | |--coupon // 代金券说明
228
+ | |--exchange // 兑换红包
229
+ | |--hbDescription // 红包说明
230
+ | |--hbHistory // 历史红包
231
231
| |-- city // 当前城市页
232
232
| |-- food // 食品筛选排序页
233
233
| |-- confirmOrder // 确认订单页
You can’t perform that action at this time.
0 commit comments