12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394 |
- {
- "pages": [
- "pages/index/index",
- "pages/logs/logs",
- "pages/stock/stock/stock",
- "pages/ranking/ranking/ranking",
- "pages/order/order/order",
- "pages/myinfo/myinfo/myinfo",
- "pages/stock/choise/choise",
- "pages/stock/settlement/settlement",
- "pages/stock/addstock/addstock",
- "pages/stock/stockset/stockset",
- "pages/stock/goodstype/goodstype",
- "pages/myinfo/bookmember/bookmember",
- "pages/myinfo/editemember/editemember",
- "pages/myinfo/bookmanage/bookmanage",
- "pages/myinfo/createbook/createbook",
- "pages/myinfo/vippage/vippage",
- "pages/myinfo/integral/integral",
- "pages/myinfo/cashout/cashout",
- "pages/stock/suppliermanage/suppliermanage",
- "pages/stock/supplierdetail/supplierdetail",
- "pages/stock/addsupplier/addsupplier",
- "pages/stock/payrecord/payrecord",
- "pages/stock/addpayrecord/addpayrecord",
- "pages/order/editeorder/editeorder",
- "pages/order/custommanage/custommanage",
- "pages/order/addcustom/addcustom",
- "pages/order/customdetail/customdetail",
- "pages/stock/stockrecord/stockrecord",
- "pages/myinfo/sysset/sysset",
- "pages/myinfo/paytypeset/paytypeset",
- "pages/myinfo/suggest/suggest",
- "pages/order/addAddress/addAddress",
- "pages/order/choiseAddress/choiseAddress",
- "pages/myinfo/joinbook/joinbook",
- "pages/myinfo/login/login",
- "pages/stock/payrecordtype/payrecordtype",
- "pages/stock/addpaytype/addpaytype",
- "pages/logs/date/date",
- "pages/myinfo/pay/pay",
- "pages/myinfo/aboutus/aboutus"
- ],
- "window": {
- "backgroundTextStyle": "light",
- "navigationBarBackgroundColor": "#fff",
- "navigationBarTitleText": "WeChat",
- "navigationBarTextStyle": "black"
- },
- "sitemapLocation": "sitemap.json",
- "tabBar": {
- "color": "#9d9d9d",
- "selectedColor": "#2b9dff",
- "backgroundColor": "#fff",
- "borderStyle": "black",
- "list": [
- {
- "pagePath": "pages/index/index",
- "iconPath": "image/tab1.png",
- "selectedIconPath": "image/tab1ed.png",
- "text": "首页"
- },
- {
- "pagePath": "pages/stock/stock/stock",
- "iconPath": "image/tab2.png",
- "selectedIconPath": "image/tab2ed.png",
- "text": "库存"
- },
- {
- "pagePath": "pages/ranking/ranking/ranking",
- "iconPath": "image/tab3.png",
- "selectedIconPath": "image/tab3ed.png",
- "text": "排行榜"
- },
- {
- "pagePath": "pages/order/order/order",
- "iconPath": "image/tab4.png",
- "selectedIconPath": "image/tab4ed.png",
- "text": "订单"
- },
- {
- "pagePath": "pages/myinfo/myinfo/myinfo",
- "iconPath": "image/tab5.png",
- "selectedIconPath": "image/tab5ed.png",
- "text": "我的"
- }
- ]
- },
- "permission": {
- "scope.userLocation": {
- "desc": "你的位置信息将用于小程序位置接口的效果展示"
- }
- }
- }
|