mirror of
https://gitee.com/h_mo/uniapp-vue3-vite-ts-template
synced 2025-04-05 19:41:44 +08:00
115 lines
2.4 KiB
JSON
115 lines
2.4 KiB
JSON
{
|
|
"pages": [
|
|
{
|
|
"path": "pages/index/index",
|
|
"style": {
|
|
"navigationBarTitleText": "首页",
|
|
"navigationStyle":"custom"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/demo/index",
|
|
"style": {
|
|
"navigationBarTitleText": "Demo"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/about/index",
|
|
"style": {
|
|
"navigationBarTitleText": "关于"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/login/index",
|
|
"style": {
|
|
"navigationBarTitleText": "登录"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/log/index",
|
|
"style": {
|
|
"navigationBarTitleText": "日志"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/notFound/404",
|
|
"style": {
|
|
"navigationBarTitleText": "Not Found"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
}
|
|
],
|
|
"subPackages": [{
|
|
"root": "pagesA",
|
|
"pages": [{
|
|
"path": "list/test1/index",
|
|
"style": {
|
|
"navigationBarTitleText": "test1"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
},{
|
|
"path": "list/test2/index",
|
|
"style": {
|
|
"navigationBarTitleText": "test2"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
}]
|
|
}, {
|
|
"root": "pagesB",
|
|
"pages": [{
|
|
"path": "detail/index",
|
|
"style": {
|
|
"navigationBarTitleText": "Detail"
|
|
},
|
|
"meta": {
|
|
"ignoreAuth": true
|
|
}
|
|
}]
|
|
}],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#474747",
|
|
"selectedColor": "#9BC6FC",
|
|
"backgroundColor": "#FFFFFF",
|
|
"list": [{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/images/tabBar/home.png",
|
|
"selectedIconPath": "static/images/tabBar/selectedHome.png"
|
|
},{
|
|
"pagePath": "pages/demo/index",
|
|
"text": "Demo",
|
|
"iconPath": "static/images/tabBar/demo.png",
|
|
"selectedIconPath": "static/images/tabBar/selectedDemo.png"
|
|
},{
|
|
"pagePath": "pages/about/index",
|
|
"text": "关于",
|
|
"iconPath": "static/images/tabBar/about.png",
|
|
"selectedIconPath": "static/images/tabBar/selectedAbout.png"
|
|
}]
|
|
}
|
|
}
|