39 lines
956 B
JSON
39 lines
956 B
JSON
{
|
|
"pages": [
|
|
"pages/login/login",
|
|
"pages/wuliugenzong1/genzong",
|
|
"pages/wuliugenzongX/genzong",
|
|
"pages/index/index",
|
|
"pages/me/me",
|
|
"pages/cijimulu/index"
|
|
],
|
|
"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": {},
|
|
"usingComponents": {}
|
|
} |