You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
87 lines
2.1 KiB
87 lines
2.1 KiB
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/index/phoneLogin",
|
|
"pages/user/user",
|
|
"pages/user/collection",
|
|
"pages/user/collectionSerch",
|
|
"pages/user/allBreakeven",
|
|
"pages/user/breakevenDetail",
|
|
"pages/user/tradeStats",
|
|
"pages/user/edit/editUser",
|
|
"pages/user/edit/editName",
|
|
"pages/user/edit/editPhone",
|
|
"pages/home/home",
|
|
"pages/home/market/allTrendModule",
|
|
"pages/home/private/serch",
|
|
"pages/home/private/privateDetail",
|
|
"pages/home/market/allMarket",
|
|
"pages/home/market/marketDetail",
|
|
"pages/home/market/trendDetail",
|
|
"pages/trade/trade",
|
|
"pages/trade/tradeDateil",
|
|
"pages/trade/tradeInfo"
|
|
],
|
|
"subPackages": [
|
|
{
|
|
"root": "subpkgA",
|
|
"pages": [
|
|
"marketIndex"
|
|
]
|
|
}
|
|
],
|
|
"window": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "股票",
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
"backgroundColor": "#F8F8F8"
|
|
},
|
|
"tabBar": {
|
|
"color": "#999999",
|
|
"selectedColor": "#EC7C00",
|
|
"backgroundColor": "#fff",
|
|
"borderStyle": "white",
|
|
"height": "50px",
|
|
"fontSize": "12px",
|
|
"iconWidth": "20px",
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/home/home",
|
|
"pageName": "home",
|
|
"iconPath": "static/home_false.png",
|
|
"selectedIconPath": "static/home_true.png",
|
|
"text": "首页"
|
|
},
|
|
{
|
|
"pagePath": "pages/trade/trade",
|
|
"pageName": "trade",
|
|
"iconPath": "static/jiaoyi_false.png",
|
|
"selectedIconPath": "static/jiaoyi_true.png",
|
|
"text": "交易"
|
|
},
|
|
{
|
|
"pagePath": "pages/user/user",
|
|
"pageName": "user",
|
|
"iconPath": "static/user_false.png",
|
|
"selectedIconPath": "static/user_true.png",
|
|
"text": "我的"
|
|
}
|
|
]
|
|
},
|
|
"lazyCodeLoading": "requiredComponents",
|
|
"include": [
|
|
{
|
|
"type": "file",
|
|
"value": "uni_modules/lime-echart/static/echarts.min.js"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"value": "uni_modules/lime-echart/static/ecStat.min"
|
|
},
|
|
{
|
|
"type": "file",
|
|
"value": "uni_modules/lime-echart/static/uni.webview.1.5.3"
|
|
}
|
|
],
|
|
"usingComponents": {}
|
|
} |