1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- {
- "pages": [
-
- "pages/index/index",
- "pages/login/login",
- "pages/goods-details/index",
- "pages/shop-cart/index",
- "pages/to-pay-order/index",
- "pages/order-list/index",
- "pages/order-details/index",
- "pages/classify/index",
- "pages/usercenter/usercenter",
- "pages/gglist/gglist",
- "pages/gginfo/gginfo",
- "pages/liuyan/liuyan",
- "pages/uinfo/uinfo",
- "pages/comment/comment",
- "pages/in/in",
- "pages/tjlist/tjlist",
- "pages/shouquan/shouquan"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "bjtu场馆预约系统",
- "navigationBarTextStyle": "black"
- },
- "tabBar": {
- "color": "#6e6d6b",
- "selectedColor": "#e64340",
- "borderStyle": "white",
- "backgroundColor": "#fff",
- "box-shadow": "0 0 6px 0",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "images/nav/home-off.png",
- "selectedIconPath": "images/nav/home-on.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/classify/index",
- "iconPath": "images/nav/classify-off.png",
- "selectedIconPath": "images/nav/classify-on.png",
- "text": "预约"
- },
- {
- "pagePath": "pages/order-list/index",
- "iconPath": "images/nav/cart-off.png",
- "selectedIconPath": "images/nav/cart-on.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/usercenter/usercenter",
- "iconPath": "images/nav/order-off.png",
- "selectedIconPath": "images/nav/order-on.png",
- "text": "我的"
- }
- ]
- },
- "sitemapLocation": "sitemap.json"
- }
|