1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- {
- "pages": [
- "pages/index/index",
- "pages/index/artDetail",
- "pages/public/register",
- "pages/public/login",
- "pages/public/wxLogin",
- "pages/public/forget",
- "pages/product/reply",
- "pages/product/product",
- "pages/product/list",
- "pages/product/search",
- "pages/set/set",
- "pages/set/address",
- "pages/set/addressManage",
- "pages/set/phone",
- "pages/set/password",
- "pages/set/userinfo",
- "pages/cart/cart",
- "pages/user/user",
- "pages/user/jf",
- "pages/user/award",
- "pages/user/withdrawal",
- "pages/user/favorites",
- "pages/order/order",
- "pages/order/expressInfo",
- "pages/order/orderDetail",
- "pages/order/evaluate",
- "pages/order/orderRefund",
- "pages/order/createOrder",
- "pages/money/pay",
- "pages/money/paySuccess",
- "pages/money/wallet",
- "pages/money/recharge",
- "pages/category/category",
- "pages/redirect/redirect",
- "pages/user/shareQrCode",
- "pages/user/team",
- "pages/user/approve",
- "pages/user/xzdl",
- "pages/user/yue"
- ],
- "subPackages": [],
- "window": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "华景美业",
- "navigationBarBackgroundColor": "#FFFFFF",
- "backgroundColor": "#f8f8f8"
- },
- "tabBar": {
- "color": "#999999",
- "selectedColor": "#363F5B",
- "borderStyle": "black",
- "backgroundColor": "#ffffff",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "static/tabBar/home.png",
- "selectedIconPath": "static/tabBar/home-action.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/category/category",
- "iconPath": "static/tabBar/cate.png",
- "selectedIconPath": "static/tabBar/cate-action.png",
- "text": "分类"
- },
- {
- "pagePath": "pages/cart/cart",
- "iconPath": "static/tabBar/cart.png",
- "selectedIconPath": "static/tabBar/cart-action.png",
- "text": "购物车"
- },
- {
- "pagePath": "pages/user/user",
- "iconPath": "static/tabBar/user.png",
- "selectedIconPath": "static/tabBar/user-action.png",
- "text": "我的"
- }
- ]
- },
- "usingComponents": {}
- }
|