|
|
- {
- "easycom": {
- "^u-(.*)": "@/uni_modules/uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
- {
- "path": "pages/home/home",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/login/login",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/register/register",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/order/order",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/login/contactCustomerService",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/purse/purse",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/withdraw/withdraw",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/personalInfo/personalInfo",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/runningWater/runningWater",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/certificate/certificate",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/instructions/instructions",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/modifyUser/modifyUser",
- "style": {
- "navigationBarTitleText": "",
- "enablePullDownRefresh": false
- }
- },
- {
- "path": "pages/prizeDraw/prizeDraw",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/invitationList/invitationList",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/winningRecord/winningRecord",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/signIn/signIn",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/loginRecord/loginRecord",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/center/center",
- "style": {
- "navigationBarTitleText": ""
- }
- },
- {
- "path": "pages/starting/starting",
- "style": {
- "navigationBarTitleText": ""
- }
- }
- ],
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8",
- "navigationStyle": "custom",
- "rpxCalcMaxDeviceWidth": 960
- },
- "uniIdRouter": {}
- }
|