{ "easycom": { "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue" }, "pages": [ //pages数组中第一项表示应用启动页 { "path": "pages/index/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/index/index", "style": { "navigationStyle": "custom" } }, // markets { "path": "pages/markets/index", "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" } } ], "globalStyle": { "navigationBarTextStyle": "black", "navigationBarBackgroundColor": "#15141F", "backgroundColor": "#15141F", "style": { "app-plus": { "titleNView": false } } }, "uniIdRouter": {} }