1.31 财务分析,财务数据模块完善,产业链桑基图展示
This commit is contained in:
88
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
88
unpackage/dist/build/mp-weixin/app.json
vendored
Normal file
@@ -0,0 +1,88 @@
|
||||
{
|
||||
"pages": [
|
||||
"pages/index/index",
|
||||
"pages/invest/invest",
|
||||
"pages/concept/concept",
|
||||
"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/index/stockDetails/stockDetails",
|
||||
"pages/index/conceptDetails/conceptDetails",
|
||||
"pages/mine/followCollect/followCollect",
|
||||
"pages/mine/myLike/myLike",
|
||||
"pages/login/login",
|
||||
"pages/login/codeLogin/codeLogin",
|
||||
"pages/mine/web/web",
|
||||
"pages/concept/historicalTimeline/historicalTimeline",
|
||||
"pages/concept/hotStock/hotStock",
|
||||
"pages/concept/newsDetails/newsDetails",
|
||||
"pages/concept/reportDetails/reportDetails",
|
||||
"pages/geGuCenter/geGuCenter",
|
||||
"pages/ztfx/ztfx",
|
||||
"pages/geGuCenter/detail",
|
||||
"components/WordCloud/WordCloud"
|
||||
],
|
||||
"subPackages": [
|
||||
{
|
||||
"root": "pagesMine",
|
||||
"pages": [
|
||||
"vip/vip",
|
||||
"vipMeal/vipMeal"
|
||||
]
|
||||
},
|
||||
{
|
||||
"root": "pagesStock",
|
||||
"pages": [
|
||||
"stockCenterDetails/stockCenterDetails",
|
||||
"stockCenterDetails/cwDetails",
|
||||
"stockCenterDetails/ztfx",
|
||||
"stockCenterDetails/bkydmx",
|
||||
"stockCenterDetails/webView/webView"
|
||||
]
|
||||
}
|
||||
],
|
||||
"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/concept/concept"
|
||||
},
|
||||
{
|
||||
"iconPath": "/static/icon/tabbar/invest.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/invest_s.png",
|
||||
"text": "个股中心",
|
||||
"pagePath": "pages/geGuCenter/geGuCenter"
|
||||
},
|
||||
{
|
||||
"iconPath": "/static/icon/tabbar/invest.png",
|
||||
"selectedIconPath": "/static/icon/tabbar/invest_s.png",
|
||||
"text": "投资",
|
||||
"pagePath": "pages/ztfx/ztfx"
|
||||
},
|
||||
{
|
||||
"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