后台登录已经成功
This commit is contained in:
@@ -1,17 +1,113 @@
|
||||
{
|
||||
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
|
||||
"pages": [
|
||||
{
|
||||
"path": "pages/index/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "uni-app"
|
||||
"navigationBarTitleText": "结伴客",
|
||||
"navigationBarBackgroundColor": "#007aff",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/travel/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "旅行计划",
|
||||
"navigationBarBackgroundColor": "#007aff",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/animal/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "动物认养",
|
||||
"navigationBarBackgroundColor": "#007aff",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/flower/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "鲜花配送",
|
||||
"navigationBarBackgroundColor": "#ff6b8b",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/promotion/invite",
|
||||
"style": {
|
||||
"navigationBarTitleText": "邀请好友",
|
||||
"navigationBarBackgroundColor": "#667eea",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/search/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "搜索",
|
||||
"navigationBarBackgroundColor": "#007aff",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/auth/login",
|
||||
"style": {
|
||||
"navigationBarTitleText": "登录",
|
||||
"navigationBarBackgroundColor": "#007aff",
|
||||
"navigationBarTextStyle": "white"
|
||||
}
|
||||
}
|
||||
],
|
||||
"globalStyle": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "uni-app",
|
||||
"navigationBarBackgroundColor": "#F8F8F8",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
"navigationBarTextStyle": "white",
|
||||
"navigationBarTitleText": "结伴客",
|
||||
"navigationBarBackgroundColor": "#007aff",
|
||||
"backgroundColor": "#f8f9fa",
|
||||
"app-plus": {
|
||||
"titleNView": {
|
||||
"backgroundColor": "#007aff",
|
||||
"titleColor": "#ffffff",
|
||||
"titleSize": "17px"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
||||
"tabBar": {
|
||||
"color": "#7A7E83",
|
||||
"selectedColor": "#007aff",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/tabbar/home.png",
|
||||
"selectedIconPath": "static/tabbar/home-active.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/travel/list",
|
||||
"iconPath": "static/tabbar/travel.png",
|
||||
"selectedIconPath": "static/tabbar/travel-active.png",
|
||||
"text": "旅行"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/animal/list",
|
||||
"iconPath": "static/tabbar/animal.png",
|
||||
"selectedIconPath": "static/tabbar/animal-active.png",
|
||||
"text": "认养"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/flower/list",
|
||||
"iconPath": "static/tabbar/flower.png",
|
||||
"selectedIconPath": "static/tabbar/flower-active.png",
|
||||
"text": "鲜花"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/center",
|
||||
"iconPath": "static/tabbar/user.png",
|
||||
"selectedIconPath": "static/tabbar/user-active.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"uniIdRouter": {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user