uni-item-manage/pages.json

37 lines
843 B
JSON
Raw Normal View History

2023-10-17 02:42:18 +00:00
{
2023-10-17 03:56:54 +00:00
"easycom": {
2023-10-18 07:52:41 +00:00
"^u-(.*)": "@/uview-ui/components/u-$1/u-$1.vue",
"^tm-(.*)": "@/tm-vuetify/components/tm-$1/tm-$1.vue"
2023-10-17 03:56:54 +00:00
},
2023-10-17 02:42:18 +00:00
"pages": [ //pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
2023-10-17 03:56:54 +00:00
"path": "pages/login/login",
2023-10-17 02:42:18 +00:00
"style": {
2023-10-17 03:56:54 +00:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
2023-10-17 02:42:18 +00:00
}
2023-10-18 07:52:41 +00:00
},
{
"path": "pages/borrow/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"app-plus": {
"titleNView": false // 禁用原生导航
}
}
2023-10-17 02:42:18 +00:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}