12345678910111213141516171819202122232425262728293031323334353637383940 |
- {
- "pages": [
- "pages/goods/goodList/goodList",
- "pages/login/login",
- "pages/login/index",
- "pages/my/my",
- "pages/my/myOrder/myOrder",
- "pages/my/myOrderDetail/myOrderDetail",
- "pages/goods/goodSearch/goodSearch",
- "pages/goods/orderOK/orderOK",
- "pages/goods/orderOK/index",
- "pages/goods/goodDetail/goodDetail",
- "pages/index/index"
- ],
- "subPackages": [],
- "window": {
- "defaultTitle": "uni-app",
- "titleBarColor": "#fff",
- "backgroundColor": "#F8F8F8"
- },
- "tabBar": {
- "items": [
- {
- "pagePath": "pages/goods/goodList/goodList",
- "name": "首页",
- "icon": "./static/home.png",
- "activeIcon": "./static/home_cur.png"
- },
- {
- "pagePath": "pages/my/my",
- "name": "我的",
- "icon": "./static/my.png",
- "activeIcon": "./static/my_cur.png"
- }
- ]
- },
- "usingComponents": {
- "plugin-wrapper": "/plugin-wrapper"
- }
- }
|