48 lines
1.2 KiB
JSON
48 lines
1.2 KiB
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/news/news",
|
|
"pages/user/user",
|
|
"pages/user/login",
|
|
"pages/video/video",
|
|
"pages/intergral/intergral",
|
|
"pages/discuss/discuss",
|
|
"pages/uploadNews/uploadNews",
|
|
"pages/uploadVideo/uploadVideo",
|
|
"pages/userLik/userLik",
|
|
"pages/ymCollection/ymCollection",
|
|
"pages/newsInfo/newsInfo",
|
|
"pages/user/updateUser"
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F7F8FA"
|
|
},
|
|
"tabBar": {
|
|
"color": "#000000",
|
|
"selectedColor": "#00ffaa",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"text": "首页",
|
|
"iconPath": "static/icon/home.png",
|
|
"selectedIconPath": "static/icon/homeSelect.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/news/news",
|
|
"text": "资讯",
|
|
"iconPath": "static/icon/neq.png",
|
|
"selectedIconPath": "static/icon/newSelecgt.png"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"text": "我的",
|
|
"iconPath": "static/icon/user.png",
|
|
"selectedIconPath": "static/icon/user1.png"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |