67 lines
1.4 KiB
JSON
67 lines
1.4 KiB
JSON
{
|
||
"easycom": {
|
||
"autoscan": true,
|
||
// 注意一定要放在custom里,否则无效,https://ask.dcloud.net.cn/question/131175
|
||
"custom": {
|
||
"^u--(.*)": "@/node_modules/uview-plus/components/u-$1/u-$1.vue",
|
||
"^up-(.*)": "@/node_modules/uview-plus/components/u-$1/u-$1.vue",
|
||
"^u-([^-].*)": "@/node_modules/uview-plus/components/u-$1/u-$1.vue"
|
||
|
||
}
|
||
},
|
||
"pages": [
|
||
//pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "登录"
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app",
|
||
"enablePullDownRefresh":false
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/case/case",
|
||
"style": {
|
||
"navigationBarTitleText": "互动病例"
|
||
}
|
||
},
|
||
|
||
{
|
||
"path": "pages/apply/apply",
|
||
"style": {
|
||
"navigationBarTitleText": "注册",
|
||
"enablePullDownRefresh": false,
|
||
"disableScroll": true
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/register/register",
|
||
"style": {
|
||
"navigationBarTitleText": "注册"
|
||
}
|
||
}
|
||
],
|
||
"subPackages": [{
|
||
"root": "pages_case",
|
||
"pages": [{
|
||
"path": "index/index",
|
||
"style": {
|
||
"navigationBarTitleText": "uni-app分页"
|
||
}
|
||
}]
|
||
}],
|
||
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
} |