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.

220 lines
5.2 KiB

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

{
"pages": [
//pages数组中第一项表示应用启动页参考https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom",
"navigationBarTitleText": "登录",
"mp-weixin": {
"titleNView": false
}
}
},
{
"path": "pages/index/phoneLogin",
"style": {
"navigationBarTitleText": "",
"mp-weixin": {
"titleNView": false
}
}
},
{
"path": "pages/user/user",
"style": {
"navigationBarTitleText": "我的",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/collection",
"style": {
"navigationBarTitleText": "我的收藏",
"enablePullDownRefresh": false,
"onReachBottonDistance": 50
}
},
{
"path": "pages/user/collectionSerch",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false,
"onReachBottonDistance": 50
}
},
{
"path": "pages/user/allBreakeven",
"style": {
"navigationBarTitleText": "所有个股盈亏",
"enablePullDownRefresh": false,
"onReachBottonDistance": 50
}
},
{
"path": "pages/user/breakevenDetail",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/tradeStats",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/user/edit/editUser",
"style": {
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/edit/editName",
"style": {
"navigationBarTitleText": "修改昵称",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/edit/editPhone",
"style": {
"navigationBarTitleText": "修改手机号",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/home",
"style": {
"navigationBarTitleText": "首页",
"enablePullDownRefresh": false,
"onReachBottonDistance": 50
}
},
{
"path": "pages/home/market/allTrendModule",
"style": {
"navigationBarTitleText": "趋势板块",
"enablePullDownRefresh": false,
"onReachBottonDistance": 50
}
},
{
"path": "pages/home/private/serch",
"style": {
"navigationBarTitleText": "搜索",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/private/privateDetail",
"style": {
"navigationBarTitleText": "个股详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/market/allMarket",
"style": {
"navigationBarTitleText": "全部",
"enablePullDownRefresh": false,
"onReachBottonDistance": 50
}
},
{
"path": "pages/home/market/marketDetail",
"style": {
"navigationBarTitleText": "个股",
"enablePullDownRefresh": false
}
},
{
"path": "pages/home/market/trendDetail",
"style": {
"navigationBarTitleText": "趋势详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/trade/trade",
"style": {
"navigationBarTitleText": "交易",
"enablePullDownRefresh": false,
"onReachBottonDistance": 50
}
},
{
"path": "pages/trade/tradeDateil",
"style": {
"navigationBarTitleText": "交易详情",
"enablePullDownRefresh": false
}
},
{
"path": "pages/trade/tradeInfo",
"style": {
"navigationBarTitleText": "录入信息",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"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": "我的"
}
]
},
"uniIdRouter": {},
"subPackages": [
{
"root": "subpkgA",
"pages": [
{
"path": "marketIndex",
"style": {
"navigationBarTitleText": "指数",
"onReachBottonDistance": 50,
"enablePullDownRefresh": false
}
}
]
}
]
}