{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页 // 首页部分 { "path": "pages/home/index", "style": { "navigationStyle": "custom" } }, // 登陆部分 { "path": "pages/login/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/forget", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/register", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/useragreement", "style": { "navigationStyle": "custom" } }, { "path": "pages/login/condition", "style": { "navigationStyle": "custom" } }, // markets { "path": "pages/markets/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/markets/trade", "style": { "navigationStyle": "custom" } }, { "path": "pages/markets/kLine", "style": { "navigationStyle": "custom" } }, { "path": "pages/markets/contractOrder", "style": { "navigationStyle": "custom" } }, // charity { "path": "pages/charity/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/charity/details", "style": { "navigationStyle": "custom" } }, //subscription { "path": "pages/subscription/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/subscription/details", "style": { "navigationStyle": "custom" } }, // me { "path": "pages/me/index", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/aboutUs", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/inviteFriends", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/accountInfo", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/changeLoginPassword", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/changeWithdrawalPassword", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/myTeam", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/walletHistory", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/notification", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/notificationDetails", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/donateRecord", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/language", "style": { "navigationStyle": "custom" } }, { "path": "pages/me/transfer", "style": { "navigationStyle": "custom" } }, //Recharge充值 { "path": "pages/recharge/recharge", "style": { "navigationStyle": "custom" } }, { "path": "pages/recharge/rechargeRecord", "style": { "navigationStyle": "custom" } }, //mine' { "path": "pages/mine/mine", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/mineDetails", "style": { "navigationStyle": "custom" } }, { "path": "pages/mine/mineRecord", "style": { "navigationStyle": "custom" } }, //withdrawal { "path": "pages/withdrawal/withdrawal", "style": { "navigationStyle": "custom" } }, { "path": "pages/withdrawal/withdrawalRecord", "style": { "navigationStyle": "custom" } }, { "path": "pages/withdrawal/chooseAddress", "style": { "navigationStyle": "custom" } }, { "path": "pages/withdrawal/addAddress", "style": { "navigationStyle": "custom" } }, { "path": "pages/withdrawal/addOrEditBankCard", "style": { "navigationStyle": "custom" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#15141F", "backgroundColor": "#15141F", "style": { "app-plus": { "titleNView": false } } }, "uniIdRouter": {} }