57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
||
"easycom": {
|
||
|
||
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
|
||
"^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
|
||
},
|
||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/login/login",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false // 禁用原生导航
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/borrow/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false // 禁用原生导航
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/entry-app/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false // 禁用原生导航
|
||
}
|
||
}
|
||
},
|
||
{
|
||
"path": "pages/control-gate/index",
|
||
"style": {
|
||
"navigationBarTitleText": "",
|
||
"enablePullDownRefresh": false,
|
||
"app-plus": {
|
||
"titleNView": false // 禁用原生导航
|
||
}
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "uni-app",
|
||
"navigationBarBackgroundColor": "#F8F8F8",
|
||
"backgroundColor": "#F8F8F8"
|
||
},
|
||
"uniIdRouter": {}
|
||
}
|