39 lines
1002 B
JSON
39 lines
1002 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/create/createpage",
|
|
"pages/me/mepage",
|
|
"pages/recharge/RechargePage",
|
|
"pages/music/MusicPlayPage",
|
|
"pages/create/CreateInfoPage",
|
|
"pages/me/SettingPage",
|
|
"pages/login/Loginpage"
|
|
],
|
|
"tabBar": {
|
|
"color": "#808080",
|
|
"selectedColor": "#FFFFFF",
|
|
"borderStyle": "black",
|
|
"backgroundColor": "#0E0A10",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index",
|
|
"iconPath": "static/image/ic_home.png",
|
|
"selectedIconPath": "static/image/ic_home.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/create/createpage",
|
|
"iconPath": "static/image/ic_creat.png",
|
|
"selectedIconPath": "static/image/ic_creat.png",
|
|
"text": "创建"
|
|
},
|
|
{
|
|
"pagePath": "pages/me/mepage",
|
|
"iconPath": "static/image/ic_me.png",
|
|
"selectedIconPath": "static/image/ic_me.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"usingComponents": {}
|
|
} |