| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263 |
- {
- "pages": [
- "pages/index/index",
- "pages/home/home",
- "pages/logs/logs",
- "pages/cart/cart",
- "pages/user/index/index",
- "pages/login/login",
- "pages/user/info/info",
- "pages/shenhe/shenhe",
- "pages/category/category",
- "pages/search/search",
- "pages/goods/goods",
- "pages/user/address/list/list",
- "pages/user/address/add/add",
- "pages/order/user/info/info",
- "pages/order/user/list/list",
- "pages/order/admin/info/info",
- "pages/order/admin/list/list",
- "pages/cartList/cartList",
- "pages/order/logistics/logistics",
- "pages/setting/setting",
- "pages/user/password/password",
- "pages/order/create/create",
- "pages/autoPage/autoPage",
- "pages/user/ecc/ecc"
- ],
- "tabBar": {
- "custom": true,
- "color": "#154245",
- "selectedColor": "#00B1FE",
- "backgroundColor": "#ffffff",
- "position": "bottom",
- "borderStyle": "white",
- "list": [
- {
- "pagePath": "pages/index/index",
- "text": "首页"
- },
- {
- "pagePath": "pages/shenhe/shenhe",
- "text": "审核"
- },
- {
- "pagePath": "pages/cart/cart",
- "text": "购物"
- },
- {
- "pagePath": "pages/user/index/index",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {},
- "window": {
- "navigationBarBackgroundColor": "#ffffff",
- "navigationBarTextStyle": "black",
- "navigationStyle": "default"
- },
- "style": "v2",
- "sitemapLocation": "sitemap.json",
- "lazyCodeLoading": "requiredComponents"
- }
|