{ "pages": [ "pages/index/index", "pages/biaomian/biaomian", "pages/login/login", "pages/shibie/shibie", "pages/me/me", "pages/ceshi/ceshi", "pages/tanshang/tanshang", "pages/quexian/quexian", "pages/wuliao/wuliao" ], "window": { "navigationBarTextStyle": "black", "navigationBarTitleText": "uni-app", "navigationBarBackgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8" }, "tabBar": { "color": "#bfbfbf", "selectedColor": "#515151", "borderStyle": "black", "backgroundColor": "#FFFFFF", "list": [ { "pagePath": "pages/index/index", "text": "首页" }, { "pagePath": "pages/me/me", "text": "个人", "iconPath": "static/tabBarIco/me.png", "selectedIconPath": "static/tabBarIco/me_sel.png" } ] }, "nvueCompiler": "uni-app", "renderer": "auto", "splashscreen": { "alwaysShowBeforeRender": true, "autoclose": false }, "appname": "4300手持系统", "compilerVersion": "2.5.1", "usingComponents": {} }