mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2026-01-04 04:08:13 +00:00
44 lines
1.2 KiB
JSON
44 lines
1.2 KiB
JSON
{
|
||
"pages" : [ // pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||
{
|
||
"path": "pages/hello_world/index",
|
||
"style": {
|
||
// #ifdef H5
|
||
"navigationStyle": "custom",
|
||
// #endif
|
||
"navigationBarTitleText": "%pages.hello_world.index%"
|
||
}
|
||
}
|
||
],
|
||
"globalStyle": {
|
||
"navigationBarTextStyle": "black",
|
||
"navigationBarTitleText": "",
|
||
"navigationBarBackgroundColor": "#ffffff",
|
||
"backgroundColor": "#F8F8F8",
|
||
"backgroundColorTop": "#F8F8F8",
|
||
"backgroundColorBottom": "#F8F8F8"
|
||
},
|
||
"tabBar": {
|
||
"list": [
|
||
{
|
||
"pagePath": "pages/index/index"
|
||
},
|
||
{
|
||
"pagePath": "pages/article/list"
|
||
},
|
||
{
|
||
"pagePath": "pages/member/index"
|
||
}
|
||
]
|
||
},
|
||
"uniIdRouter": {},
|
||
"easycom": {
|
||
"custom": {
|
||
"^u-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||
"diy-system-(\W.*)": "@/components/diy/system/$1/index.vue",
|
||
"diy-core-(\W.*)": "@/components/diy/core/$1/index.vue",
|
||
"diy-(\W.*)": "@/components/diy/$1/index.vue"
|
||
}
|
||
}
|
||
}
|