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.
191 lines
3.5 KiB
191 lines
3.5 KiB
{
|
|
"easycom": {
|
|
"^uni-(.*)": "@dcloudio/uni-ui/lib/uni-$1/uni-$1.vue"
|
|
},
|
|
"pages": [{
|
|
"path": "pages/home/home",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"disableSwipeBack": true,
|
|
"titleNView": false,
|
|
"bounce": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/marketSituation",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"disableSwipeBack": true,
|
|
"titleNView": false,
|
|
"bounce": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/deepMate",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"disableSwipeBack": true,
|
|
"titleNView": false,
|
|
"bounce": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/deepExploration",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"disableSwipeBack": true,
|
|
"titleNView": false,
|
|
"bounce": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/member",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"disableSwipeBack": true,
|
|
"titleNView": false,
|
|
"bounce": false
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/morningMarketAnalysis/morningMarketAnalysis",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : ""
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/globalIndex",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"disableSwipeBack": true,
|
|
"titleNView": false,
|
|
"bounce": false
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/home/marketDetail",
|
|
"style": {
|
|
"navigationStyle": "custom",
|
|
"disableSwipeBack": true,
|
|
"titleNView": false,
|
|
"bounce": false
|
|
},
|
|
{
|
|
"path": "pages/setting/general",
|
|
"style": {
|
|
"navigationBarTitleText": "通用设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/font",
|
|
"style": {
|
|
"navigationBarTitleText": "字体大小"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/theme",
|
|
"style": {
|
|
"navigationBarTitleText": "主题切换"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/message",
|
|
"style": {
|
|
"navigationBarTitleText": "消息推送"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/push",
|
|
"style": {
|
|
"navigationBarTitleText": "推送设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/server",
|
|
"style": {
|
|
"navigationBarTitleText": "选择服务器"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/market",
|
|
"style": {
|
|
"navigationBarTitleText": "行情设置"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/account",
|
|
"style": {
|
|
"navigationBarTitleText": "账号与安全"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/newVersion",
|
|
"style": {
|
|
"navigationBarTitleText": "新版本更新"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/about",
|
|
"style": {
|
|
"navigationBarTitleText": "关于DeepChart"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/introduce",
|
|
"style": {
|
|
"navigationBarTitleText": "产品介绍"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/bind",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定账号"
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/phone",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定账号"
|
|
// 其实是绑定手机号
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/email",
|
|
"style": {
|
|
"navigationBarTitleText": "绑定账号"
|
|
// 其实是绑定邮箱
|
|
}
|
|
},
|
|
{
|
|
"path": "pages/setting/password",
|
|
"style":
|
|
{
|
|
"navigationBarTitleText": "修改密码"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/setting/nextPwd",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "修改密码"
|
|
}
|
|
},
|
|
{
|
|
"path" : "pages/setting/share",
|
|
"style" :
|
|
{
|
|
"navigationBarTitleText" : "分享领取奖励"
|
|
}
|
|
}
|
|
],
|
|
"globalStyle": {
|
|
"navigationBarTextStyle": "black",
|
|
"navigationBarTitleText": "uni-app",
|
|
"navigationBarBackgroundColor": "#F8F8F8",
|
|
"backgroundColor": "#F8F8F8",
|
|
"app-plus": {
|
|
"background": "#efeff4"
|
|
}
|
|
}
|
|
}
|