You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
109 lines
2.1 KiB
109 lines
2.1 KiB
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarText": "暴风眼Typhoneye"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/get-phone-power/get-phone-power",
|
|
"style": {
|
|
"navigationBarTitleText": "宣传页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/phone-bind/phone-bind",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定手机号"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/project-webview/project-webview",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"navigationBarTitleText": "暴风眼Typhoneye"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/questionnaire-webview/questionnaire-webview",
|
|
"style": {
|
|
"navigationBarTitleText": "详情"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/camera/camera",
|
|
"style": {
|
|
"navigationBarTitleText": "拍照识别"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/task-page/task-page",
|
|
"style": {
|
|
"navigationBarTitleText": "项目详情页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/patientLine/patientLine",
|
|
"style": {
|
|
"navigationBarTitleText": "病例填写目录"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/establish/establish",
|
|
"style": {
|
|
"navigationBarTitleText": "创建病例"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/inner/inner",
|
|
"style": {
|
|
"navigationBarTitleText": "",
|
|
"enablePullDownRefresh": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/patient/patient",
|
|
"style": {
|
|
"navigationBarTitleText": "患者信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/info/info",
|
|
"style": {
|
|
"navigationBarTitleText": "基本信息"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/outside/outside",
|
|
"style": {
|
|
"navigationBarTitleText": ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/detail-webview/detail-webview",
|
|
"style": {
|
|
"navigationBarTitleText": "暴风眼详情页"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/BL/BL-zhuce",
|
|
"style": {
|
|
"navigationBarTitleText": "注册"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "暴风眼Typhoneye",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"easycom": {
|
|
"autoscan": true,
|
|
"custom": {
|
|
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
|
|
"^p-(.*)": "@/plugins/p-$1/p-$1.vue"
|
|
}
|
|
}
|
|
}
|
|
|