初始化参股
This commit is contained in:
50
前端/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
50
前端/unpackage/dist/dev/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,50 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/cases/list",
|
||||
"pages/cases/detail",
|
||||
"pages/service/index",
|
||||
"pages/about/index",
|
||||
"pages/booking/index",
|
||||
"pages/user/index"
|
||||
],
|
||||
"window": {
|
||||
"navigationBarTextStyle": "black",
|
||||
"navigationBarTitleText": "优艺家沙发翻新",
|
||||
"navigationBarBackgroundColor": "#ffffff",
|
||||
"backgroundColor": "#f5f5f5"
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#D4A574",
|
||||
"borderStyle": "black",
|
||||
"backgroundColor": "#ffffff",
|
||||
"list": [
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/icons/home.png",
|
||||
"selectedIconPath": "static/icons/home-active.png",
|
||||
"text": "首页"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/cases/list",
|
||||
"iconPath": "static/icons/cases.png",
|
||||
"selectedIconPath": "static/icons/cases-active.png",
|
||||
"text": "案例"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/service/index",
|
||||
"iconPath": "static/icons/service.png",
|
||||
"selectedIconPath": "static/icons/service-active.png",
|
||||
"text": "服务"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/user/index",
|
||||
"iconPath": "static/icons/user.png",
|
||||
"selectedIconPath": "static/icons/user-active.png",
|
||||
"text": "我的"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user