123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "pages": [
- "pages/index/index",
- "pages/my/index"
- ],
- "subPackages": [
- {
- "root": "shop",
- "pages": [
- "shopDetail/shopDetail"
- ]
- },
- {
- "root": "my",
- "pages": [
- "coupon/index",
- "edit/edit",
- "edit/editName"
- ]
- },
- {
- "root": "combo",
- "pages": [
- "combo/combo"
- ]
- },
- {
- "root": "login",
- "pages": [
- "login/login",
- "login/otherLogin",
- "login/veriFace"
- ]
- }
- ],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "color": "#000",
- "selectedColor": "#ED201D",
- "backgroundColor": "#fff",
- "list": [
- {
- "iconPath": "static/home_off.png",
- "selectedIconPath": "static/home_on.png",
- "text": "首页",
- "pagePath": "pages/index/index"
- },
- {
- "iconPath": "static/my_off.png",
- "selectedIconPath": "static/my_on.png",
- "text": "我的",
- "pagePath": "pages/my/index"
- }
- ]
- },
- "component2": true,
- "usingComponents": {}
- }
|