{ "pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages { "path": "pages/index/index", "style": { "navigationBarTitleText": "uni-app", "enablePullDownRefresh": false } }, { "path" : "pages/invest/invest", "style" : { "navigationBarTitleText" : "", "enablePullDownRefresh": false } }, { "path": "pages/concept/concept", "style": { "navigationBarTitleText": "" } }, { "path" : "pages/mine/mine", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mine/basicInfo/basicInfo", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mine/feedback/feedback", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mine/commentReply/commentReply", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mine/investPreference/investPreference", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/eventDetails/eventDetails", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/invest/investDetails/investDetails", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/stockDetails/stockDetails", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/index/conceptDetails/conceptDetails", "style" : { "navigationBarTitleText" : "", "navigationBarBackgroundColor": "#fff", "navigationBarTextStyle": "black" } }, { "path" : "pages/mine/followCollect/followCollect", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mine/myLike/myLike", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/login/login", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/login/codeLogin/codeLogin", "style" : { "navigationBarTitleText" : "" } }, { "path" : "pages/mine/web/web", "style" : { "navigationBarTitleText" : "" } }, { "path": "pages/concept/historicalTimeline/historicalTimeline", "style": { "navigationBarTitleText": "" } }, { "path": "pages/concept/hotStock/hotStock", "style": { "navigationBarTitleText": "" } }, { "path": "pages/concept/newsDetails/newsDetails", "style": { "navigationBarTitleText": "" } }, { "path": "pages/concept/reportDetails/reportDetails", "style": { "navigationBarTitleText": "" } }, { "path": "pages/geGuCenter/geGuCenter", "style": { "navigationBarTitleText": "" } }, { "path": "pages/ztfx/ztfx", "style": { "navigationBarTitleText": "涨停分析" } }, { "path": "pages/geGuCenter/detail", "style": { "navigationBarTitleText": "" } }, { "path": "components/WordCloud/WordCloud", "style": { "navigationBarTitleText": "" } } ], "subPackages": [ { "root": "pagesMine", "pages": [ { "path": "vip/vip", "style" : { "navigationBarTitleText" : "" } }, { "path" : "vipMeal/vipMeal", "style" : { "navigationBarTitleText" : "" } } ] }, { "root": "pagesStock", "pages": [ { "path": "stockCenterDetails/stockCenterDetails", "style" : { "navigationBarTitleText" : "", "usingComponents": { "cwfx-view":"../components/cwfx-view/cwfx-view", "cwsj-view":"../components/cwsj-view/cwsj-view", "cyl-view":"../components/cyl-view/cyl-view", "fzjg-view":"../components/fzjg-view/fzjg-view", "fzlc-view":"../components/fzlc-view/fzlc-view", "gltd-view":"../components/gltd-view/gltd-view", "gqjg-view":"../components/gqjg-view/gqjg-view", "gsxx-view":"../components/gsxx-view/gsxx-view", "news-view":"../components/news-view/news-view", "ywjg-view":"../components/ywjg-view/ywjg-view", "zlfx-view":"../components/zlfx-view/zlfx-view", "zysj-view":"../components/zysj-view/zysj-view" } } }, { "path": "stockCenterDetails/cwDetails", "style": { "navigationBarTitleText": "" } }, { "path": "stockCenterDetails/ztfx", "style": { "navigationBarTitleText": "涨停分析" } }, { "path": "stockCenterDetails/bkydmx", "style": { "navigationBarTitleText": "板块异动明细" } }, { "path": "stockCenterDetails/webView/webView", "style": { "navigationBarTitleText": "" } }, { "path": "components/cwfx-view/cwfx-view" }, { "path": "components/cwsj-view/cwsj-view" }, { "path": "components/cyl-view/cyl-view" }, { "path": "components/fzjg-view/fzjg-view" }, { "path": "components/fzlc-view/fzlc-view" }, { "path": "components/gltd-view/gltd-view" }, { "path": "components/gqjg-view/gqjg-view" }, { "path": "components/gsxx-view/gsxx-view" }, { "path": "components/news-view/news-view" }, { "path": "components/ywjg-view/ywjg-view" }, { "path": "components/zlfx-view/zlfx-view" }, { "path": "components/zysj-view/zysj-view" } ] } ], "globalStyle": { "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/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" } ] }, "uniIdRouter": {} }