{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app" } }, { "path": "pages/login/login", "style": { "navigationBarTitleText": "授权登录" } }, { "path": "pages/login/fastLogin", "style": { "navigationBarTitleText": "登录" } }, { "path": "pages/login/mobileLogin", "style": { "navigationBarTitleText": "手机号登录/注册" } }, { // 隐私协议 "path": "pages/server_explan/server_explan" } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarTitleText": "煎饼", "navigationBarBackgroundColor": "#FFF", "backgroundColor": "#F8F8F8" }, "uniIdRouter": {}, "easycom": { "autoscan": true, "custom": { "^u-(.*)": "@/components/uview-ui/components/u-$1/u-$1.vue" } } }