代码拉取完成,页面将自动刷新
同步操作将从 fxndesign/拾倍股 强制同步,此操作会覆盖自 Fork 仓库以来所做的任何修改,且无法恢复!!!
确定后同步将在后台操作,完成时将刷新页面,请耐心等待。
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "推荐",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/diagnosis/diagnosis",
"style": {
"navigationBarTitleText": "诊股",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/business/business",
"style": {
"navigationBarTitleText": "买卖",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/detail/detail",
"style": {
"navigationBarTitleText": "股票详情",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#F62D1C",
"enablePullDownRefresh": true
}
},
{
"path": "pages/detail/finish",
"style": {
"navigationBarTitleText": "诊股成功",
"navigationStyle": "custom"
}
},
{
"path": "pages/member/member",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true
}
},
{
"path": "pages/member/mystock",
"style": {
"navigationBarTitleText": "我的诊股",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#F62D1C",
"enablePullDownRefresh": true
}
},
{
"path": "pages/member/reminder",
"style": {
"navigationBarTitleText": "关注提醒",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#F62D1C",
"enablePullDownRefresh": true
}
},
{
"path": "pages/member/agreement",
"style": {
"navigationBarTitleText": "用户协议",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#F62D1C"
}
},
{
"path": "pages/member/privacy",
"style": {
"navigationBarTitleText": "免责声明",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#F62D1C"
}
},
{
"path": "pages/member/aboutus",
"style": {
"navigationBarTitleText": "关于我们",
"navigationBarTextStyle": "white",
"navigationBarBackgroundColor": "#F62D1C"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "十倍股",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#1D2029",
"borderStyle": "",
"selectedColor": "#F20041",
"backgroundColor": "#F8F8F8",
"list": [
{
"text": "推荐",
"pagePath": "pages/index/index",
"iconPath": "static/img/home.png",
"selectedIconPath": "static/img/home_fill.png"
},
{
"text": "诊股",
"pagePath": "pages/diagnosis/diagnosis",
"iconPath": "static/img/integral.png",
"selectedIconPath": "static/img/integral_fill.png"
},
{
"text": "买卖",
"pagePath": "pages/business/business",
"iconPath": "static/img/service.png",
"selectedIconPath": "static/img/service_fill.png"
},
{
"text": "我的",
"pagePath": "pages/member/member",
"iconPath": "static/img/people.png",
"selectedIconPath": "static/img/people_fill.png"
}
]
},
"uniIdRouter": {}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。