7.10 增加登录页面,事件详情接口对接,我的点赞,关注收藏页面搭建,接口对接
This commit is contained in:
47
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
47
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,47 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/invest/invest",
|
||||
"pages/mine/mine",
|
||||
"pages/mine/basicInfo/basicInfo",
|
||||
"pages/mine/feedback/feedback",
|
||||
"pages/mine/commentReply/commentReply",
|
||||
"pages/mine/investPreference/investPreference",
|
||||
"pages/index/eventDetails/eventDetails",
|
||||
"pages/invest/investDetails/investDetails",
|
||||
"pages/mine/vip/vip",
|
||||
"pages/mine/vipMeal/vipMeal",
|
||||
"pages/index/stockDetails/stockDetails",
|
||||
"pages/index/conceptDetails/conceptDetails",
|
||||
"pages/mine/followCollect/followCollect",
|
||||
"pages/mine/myLike/myLike"
|
||||
],
|
||||
"window": {
|
||||
"navigationStyle": "custom",
|
||||
"backgroundColor": "#F8F8F8"
|
||||
},
|
||||
"tabBar": {
|
||||
"custom": true,
|
||||
"list": [
|
||||
{
|
||||
"iconPath": "/static/icon/tabbar/home.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/home_s.png",
|
||||
"text": "首页",
|
||||
"pagePath": "pages/index/index"
|
||||
},
|
||||
{
|
||||
"iconPath": "/static/icon/tabbar/invest.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/invest_s.png",
|
||||
"text": "投资",
|
||||
"pagePath": "pages/invest/invest"
|
||||
},
|
||||
{
|
||||
"iconPath": "/static/icon/tabbar/mine.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/mine_s.png",
|
||||
"text": "我的",
|
||||
"pagePath": "pages/mine/mine"
|
||||
}
|
||||
]
|
||||
},
|
||||
"usingComponents": {}
|
||||
}
|
||||
Reference in New Issue
Block a user