43 lines
1.0 KiB
JSON
43 lines
1.0 KiB
JSON
|
{
|
||
|
"pages": [
|
||
|
"pages/login/login",
|
||
|
"pages/wuliugenzong1/genzong",
|
||
|
"pages/wuliugenzongX/genzong",
|
||
|
"pages/index/index",
|
||
|
"pages/me/me",
|
||
|
"pages/cijimulu/index",
|
||
|
"pages/project/projectIndex"
|
||
|
],
|
||
|
"subPackages": [],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#bfbfbf",
|
||
|
"selectedColor": "#515151",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"iconPath": "static/tabBarIco/sy.png",
|
||
|
"selectedIconPath": "static/tabBarIco/sy1.png",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/me/me",
|
||
|
"text": "个人",
|
||
|
"iconPath": "static/tabBarIco/me.png",
|
||
|
"selectedIconPath": "static/tabBarIco/me_sel.png"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"permission": {},
|
||
|
"secureNetwork": {
|
||
|
"enable": false
|
||
|
},
|
||
|
"usingComponents": {}
|
||
|
}
|