{ "pages": [ { "path": "pages/index/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/category/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/product/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/cart/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/submit", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/detail", "style": { "navigationStyle": "custom" } }, { "path": "pages/order/list", "style": { "navigationStyle": "custom" } }, { "path": "pages/mold/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/calculator/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/address/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/search/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/index", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/agreement/index", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "珠宝商城", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#999", "selectedColor": "#e4393c", "backgroundColor": "#fff", "list": [ { "pagePath": "pages/index/index", "iconPath": "static/tab/home.png", "selectedIconPath": "static/tab/home_s.png", "text": "首页" }, { "pagePath": "pages/mold/index", "iconPath": "static/tab/model_house.png", "selectedIconPath": "static/tab/model_house_s.png", "text": "版房" }, { "pagePath": "pages/cart/index", "iconPath": "static/tab/car.png", "selectedIconPath": "static/tab/car_s.png", "text": "购物车" }, { "pagePath": "pages/mine/index", "iconPath": "static/tab/me.png", "selectedIconPath": "static/tab/me_s.png", "text": "我的" } ] }, "uniIdRouter": {} }