Skip to content

Commit 801519b

Browse files
committed
增加注释
1 parent 4488f83 commit 801519b

File tree

1 file changed

+33
-34
lines changed

1 file changed

+33
-34
lines changed

README.md

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -251,64 +251,63 @@ npm run build
251251
│   │   │   │   └── userValidation.vue // 用户验证页
252252
│   │   │   └── confirmOrder.vue // 确认订单页
253253
│   │   ├── download
254-
│   │   │   └── download.vue
254+
│   │   │   └── download.vue // 下载App
255255
│   │   ├── find
256-
│   │   │   └── find.vue
256+
│   │   │   └── find.vue // 发现页
257257
│   │   ├── food
258-
│   │   │   └── food.vue
258+
│   │   │   └── food.vue // 食品筛选排序页
259259
│   │   ├── forget
260-
│   │   │   └── forget.vue
260+
│   │   │   └── forget.vue // 忘记密码,修改密码页
261261
│   │   ├── home
262-
│   │   │   └── home.vue
262+
│   │   │   └── home.vue // 首页
263263
│   │   ├── login
264-
│   │   │   └── login.vue
264+
│   │   │   └── login.vue // 登录注册页
265265
│   │   ├── msite
266-
│   │   │   └── msite.vue
266+
│   │   │   └── msite.vue // 商铺列表页
267267
│   │   ├── order
268268
│   │   │   ├── children
269-
│   │   │   │   └── orderDetail.vue
270-
│   │   │   └── order.vue
269+
│   │   │   │   └── orderDetail.vue // 订单详情页
270+
│   │   │   └── order.vue // 订单列表页
271271
│   │   ├── points
272272
│   │   │   ├── children
273-
│   │   │   │   └── detail.vue
274-
│   │   │   └── points.vue
273+
│   │   │   │   └── detail.vue // 积分说明
274+
│   │   │   └── points.vue // 积分页
275275
│   │   ├── profile
276276
│   │   │   ├── children
277277
│   │   │   │   ├── children
278-
│   │   │   │   │   ├── address.vue
278+
│   │   │   │   │   ├── address.vue // 添加地址
279279
│   │   │   │   │   └── children
280-
│   │   │   │   │   ├── add.vue
280+
│   │   │   │   │   ├── add.vue // 新增地址
281281
│   │   │   │   │   └── children
282-
│   │   │   │   │   └── addDetail.vue
283-
│   │   │   │   ├── info.vue
284-
│   │   │   │   └── setusername.vue
285-
│   │   │   └── profile.vue
282+
│   │   │   │   │   └── addDetail.vue // 搜索地址
283+
│   │   │   │   ├── info.vue // 帐户信息
284+
│   │   │   │   └── setusername.vue // 重置用户名
285+
│   │   │   └── profile.vue // 个人中心
286286
│   │   ├── search
287-
│   │   │   └── search.vue
287+
│   │   │   └── search.vue // 搜索页
288288
│   │   ├── service
289289
│   │   │   ├── children
290-
│   │   │   │   └── questionDetail.vue
291-
│   │   │   └── service.vue
290+
│   │   │   │   └── questionDetail.vue // 问题详情
291+
│   │   │   └── service.vue // 服务中心
292292
│   │   ├── shop
293293
│   │   │   ├── children
294294
│   │   │   │   ├── children
295-
│   │   │   │   │   └── shopSafe.vue
296-
│   │   │   │   ├── foodDetail.vue
297-
│   │   │   │   └── shopDetail.vue
298-
│   │   │   └── shop.vue
295+
│   │   │   │   │   └── shopSafe.vue // 商铺认证信息页
296+
│   │   │   │   ├── foodDetail.vue // 商铺信息页
297+
│   │   │   │   └── shopDetail.vue // 单个商铺信息页
298+
│   │   │   └── shop.vue // 商铺筛选页
299299
│   │   └── vipcard
300300
│   │   ├── children
301-
│   │   │   ├── invoiceRecord.vue
302-
│   │   │   ├── useCart.vue
303-
│   │   │   └── vipDescription.vue
304-
│   │   └── vipcard.vue
305-
│   ├── plugins
306-
│   │   └── swiper.min.js
301+
│   │   │   ├── invoiceRecord.vue // 购买记录
302+
│   │   │   ├── useCart.vue // 使用卡号购买
303+
│   │   │   └── vipDescription.vue // 会员说明
304+
│   │   └── vipcard.vue // 会员卡办理页
305+
│   ├── plugins // 引用的插件
307306
│   ├── router
308-
│   │   └── router.js
309-
│   ├── service
310-
│   │   ├── getData.js
311-
│   │   └── tempdata
307+
│   │   └── router.js // 路由配置
308+
│   ├── service // 数据交互统一调配
309+
│   │   ├── getData.js // 获取数据的统一调配文件,对接口进行统一管理
310+
│   │   └── tempdata // 开发阶段的临时数据
312311
│   ├── store
313312
│   │   ├── action.js
314313
│   │   ├── getters.js

0 commit comments

Comments
 (0)