43 lines
987 B
JSON
43 lines
987 B
JSON
|
{
|
||
|
"pages": [
|
||
|
"pages/login/login",
|
||
|
"pages/shibie/shibie",
|
||
|
"pages/index/index",
|
||
|
"pages/me/me",
|
||
|
"pages/ceshi/ceshi",
|
||
|
"pages/tanshang/tanshang"
|
||
|
],
|
||
|
"window": {
|
||
|
"navigationBarTextStyle": "black",
|
||
|
"navigationBarTitleText": "uni-app",
|
||
|
"navigationBarBackgroundColor": "#F8F8F8",
|
||
|
"backgroundColor": "#F8F8F8"
|
||
|
},
|
||
|
"tabBar": {
|
||
|
"color": "#bfbfbf",
|
||
|
"selectedColor": "#515151",
|
||
|
"borderStyle": "black",
|
||
|
"backgroundColor": "#FFFFFF",
|
||
|
"list": [
|
||
|
{
|
||
|
"pagePath": "pages/index/index",
|
||
|
"text": "首页"
|
||
|
},
|
||
|
{
|
||
|
"pagePath": "pages/me/me",
|
||
|
"text": "个人",
|
||
|
"iconPath": "static/tabBarIco/me.png",
|
||
|
"selectedIconPath": "static/tabBarIco/me_sel.png"
|
||
|
}
|
||
|
]
|
||
|
},
|
||
|
"nvueCompiler": "uni-app",
|
||
|
"renderer": "auto",
|
||
|
"splashscreen": {
|
||
|
"alwaysShowBeforeRender": true,
|
||
|
"autoclose": false
|
||
|
},
|
||
|
"appname": "znzz-zhb",
|
||
|
"compilerVersion": "2.4.6",
|
||
|
"usingComponents": {}
|
||
|
}
|