{ "pages": [ { "path": "pages/equity/index", "name": "Equity", "style":{ "navigationStyle":"custom", "navigationBarTextStyle":"white" } },{ "path": "pages/market/index", "name": "Market", "style": { "navigationBarTitleText":"转让市场", "titleNView": { "backgroundColor": "#FFFFFF", "buttons": [ { "text": "成交历史", "fontSize": "14", "width": "80", "color": "#555555" } ] } } },{ "path": "pages/store/index", "name": "Store", "style": { "navigationStyle":"custom", "navigationBarTitleText":"企业工具", "navigationBarTextStyle":"white", "navigationBarBackgroundColor":"#c82626" } },{ "path": "pages/property/index", "name": "Property", "style": { "navigationBarTitleText": "", "navigationStyle":"custom" } },{ "path" : "pages/goods/details", "name" : "goodsDetails", "style": { "navigationBarTitleText":"", "titleNView": { "backgroundColor": "#FFFFFF", "type": "transparent", "buttons": [ { "text": "分享", "fontSize": "12", "color": "#555555" } ] } } },{ "path": "pages/login/login", "name": "Login", "style": { "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "disableScroll": true } },{ "path" : "pages/company/registered", "name" : "Registered", "style":{ "navigationBarTitleText": "" } },{ "path" : "pages/company/prompt", "name" : "Prompt", "style":{ "navigationBarTitleText": "", "navigationBarBackgroundColor": "#FFFFFF", "disableScroll": true, "titleNView": { "backgroundColor": "#FFFFFF", "buttons": [ { "text": "先逛一逛", "fontSize": "14", "width": "80", "color": "#555555" } ] } } },{ "path": "pages/vip/index", "name": "Vip", "style": { "navigationBarTitleText": "会员", "navigationBarBackgroundColor":"#1f1b1c", "navigationBarTextStyle":"white", "backgroundColor":"#fefaef" } } ,{ "path" : "pages/equity/search", "name" : "Search", "style":{ "navigationBarTitleText": "搜索" } },{ "path" : "pages/market/logs", "name" : "marketLogs", "style" :{ "navigationBarTitleText": "成交历史" } },{ "path" : "pages/order/buy", "name" : "Buy", "style" :{ "navigationBarTitleText": "确认订单", "navigationBarBackgroundColor":"#FFFFFF" } },{ "path" : "pages/goods/lists", "name" : "goodsList", "style" :{ "navigationBarTitleText": "商品列表", "navigationBarBackgroundColor":"#FFFFFF" } },{ "path" : "pages/company/approve", "name" : "Approve", "style" :{ "navigationBarTitleText": "" } },{ "path" : "pages/store/visitors", "name" : "Visitors", "style" : { "navigationBarTitleText": "访客统计", "navigationBarBackgroundColor":"#FFFFFF" } },{ "path" : "pages/store/customer", "name" : "Customer", "style" : { "navigationBarTitleText": "成交客户", "navigationBarBackgroundColor":"#FFFFFF" } },{ "path" : "pages/store/employees", "name" : "Employees", "style" : { "navigationBarTitleText": "员工", "app-plus":{ "titleNView": { "backgroundColor": "#FFFFFF", "buttons": [ { "text": "添加", "fontSize": "16", "width": "80", "color": "#c82626" } ] } } } },{ "path" : "pages/store/basics", "style" :{ "navigationBarTitleText": "基础信息", "app-plus":{ "titleNView": { "backgroundColor": "#FFFFFF", "buttons": [ { "text": "保存", "fontSize": "16", "width": "80", "color": "#c82626" } ] } } } } ], "tabBar": { "color": "#bababa", "selectedColor": "#c82626", "backgroundColor": "#FFFFFF", "borderStyle": "white", "list": [{ "pagePath": "pages/equity/index", "text": "通证权易", "iconPath": "static/tabBar/tabBar_icon_00.png", "selectedIconPath": "static/tabBar/tabBar_show_00.png" }, { "pagePath": "pages/market/index", "text": "转让市场", "iconPath": "static/tabBar/tabBar_icon_01.png", "selectedIconPath": "static/tabBar/tabBar_show_01.png" }, { "pagePath": "pages/store/index", "text": "企业工具", "iconPath": "static/tabBar/tabBar_icon_02.png", "selectedIconPath": "static/tabBar/tabBar_show_02.png" }, { "pagePath": "pages/property/index", "text": "我的资产", "iconPath": "static/tabBar/tabBar_icon_03.png", "selectedIconPath": "static/tabBar/tabBar_show_03.png" }] }, "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "易货", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "easycom": { "nv": "@/uni_modules/pyh-nv/components/pyh-nv/pyh-nv.vue" }, "condition" : { //模式配置,仅开发期间生效 "current": 0, //当前激活的模式(list 的索引项) "list": [ { "name": "", //模式名称 "path": "", //启动页面,必选 "query": "" //启动参数,在页面的onLoad函数里面得到 } ] } }