|
- {
- "easycom": {
- "^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
- },
- "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
-
- {
- "path" : "pages/login/index",
- "style" :
- {
- "navigationStyle": "custom"
- }
-
- },
- {
- "path": "pages/index/index",
- "style": {
- "navigationBarTitleText": "uni-template"
- }
- },
- {
- "path": "pages/details/index",
- "style": {
- "navigationBarTitleText": "uni-template"
- }
- },
- {
- "path": "pages/skin-assessment/croppedImage",
- "style": {
- "navigationBarTitleText": "选择伤疤区域"
- }
- },
- {
- "path": "pages/skin-assessment/photograph",
- "style": {
- "navigationBarTitleText": "选择伤疤区域"
- }
- },
-
- {
- "path": "pages/skin-assessment/photoProcess",
- "style": {
- "navigationBarTitleText": "重新拍照"
- }
- },
-
- {
- "path": "pages/user/mine",
- "style": {
- "navigationBarTitleText": "我的"
- }
- },
- {
- "path": "pages/user/info",
- "style": {
- "navigationBarTitleText": "资料编辑"
- }
- }
- ],
- "tabBar": {
- "selectedColor": "#6049a9",
- "list": [
- {
- "iconPath": "./static/logo.png",
- "selectedIconPath": "./static/logo.png",
- "pagePath": "pages/login/index",
- "text": "首页"
- },
- {
- "iconPath": "./static/logo.png",
- "selectedIconPath": "./static/logo.png",
- "pagePath": "pages/user/mine",
- "text": "我的"
- }
- ]
- },
- "globalStyle": {
- "navigationBarTextStyle": "black",
- "navigationBarTitleText": "uni-app",
- "navigationBarBackgroundColor": "#F8F8F8",
- "backgroundColor": "#F8F8F8"
- }
- }
|