1 Star 0 Fork 20

kevinlin/量化交易-策略机器人

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
pages.json 17.63 KB
一键复制 编辑 原始数据 按行查看 历史
苏慕彦 提交于 2021-08-31 13:19 . 源码初次提交
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path": "pages/index/index",
"style": {
"app-plus": {
"titleNView": false
// "subNVues": [{
// "id": "index", // 唯一标识
// "path": "pages/index/pop/pop.nvue", // 页面路径
// "type": "popup",
// "mask": "rgba(0,0,0,0.5)",
// "left": "20px",
// "style": {
// "position": "absolute",
// "dock": "right",
// "height": "100%",
// "background": "transparent"
// }
// }]
}
// "navigationBarTitleText": "首页",
// "navigationBarBackgroundColor": "#7C72ED",
// "navigationBarTextStyle": "white",
// "app-plus": {
// "titleNView": {
// "buttons": [{
// "text": "\ue563",
// "fontSrc": "/static/fonts/uni.ttf",
// "fontSize": "26px",
// "color": "#fff",
// "float": "left",
// "width": "40px",
// "textAlign": "right"
// }, {
// "text": "\ue263",
// "fontSrc": "/static/fonts/uni.ttf",
// "fontSize": "22px",
// "color": "#fff",
// "float": "right",
// "width": "40px",
// "textAlign": "left"
// }]
// }
// }
}
},
{
"path": "pages/login/login",
"style": {
"navigationBarTitleText": "登录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": " ",
"app-plus": {
// "titleNView": {
// "buttons": [{
// "fontSrc": "/static/iconfont.ttf",
// "text": "验证码登录",
// "fontSize": "14px",
// "color": "#333",
// "width": "auto",
// "background": "rgba(0,0,0,0)"
// }]
// }
}
}
},
{
"path": "pages/login/webwiew",
"style": {
"navigationBarTitleText": "下载",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/login/register",
"style": {
"navigationBarTitleText": " ",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/login/forgetPwd",
"style": {
"navigationBarTitleText": " ",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/community/community",
"style": {
"navigationBarTitleText": "社区",
"navigationBarTextStyle": "white",
"navigationStyle": "custom"
}
},
{
"path": "pages/index/exchange/exchange",
"style": {
"navigationBarTitleText": "交易所",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/taskV/exchange/exchange",
"style": {
"navigationBarTitleText": "交易所",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/help/help",
"style": {
"navigationBarTitleText": "玩法指南",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/rankingList/rankingList",
"style": {
"navigationBarTitleText": "排行榜",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/setMeal/setMeal",
"style": {
"navigationBarTitleText": "购买套餐",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/setMeal/order",
"style": {
"navigationBarTitleText": "我的订单",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/exchange/chooseDealFor",
"style": {
"onReachBottomDistance": 50,
// "app-plus": {
// "titleNView": false //禁用原生导航栏
// }
"app-plus": {
"titleNView": {
"type": "transparent", //透明渐变导航栏 App-nvue 2.4.4+ 支持
"searchInput": {
"backgroundColor": "#f5f5f5",
"borderRadius": "6px", //输入框圆角
"placeholder": "请输入您关心的币种",
"disabled": false //disable时点击输入框不置焦,可以跳到新页面搜索
}
}
}
}
},
{
"path": "pages/taskV/exchange/chooseDealFor",
"style": {
"onReachBottomDistance": 50,
// "app-plus": {
// "titleNView": false //禁用原生导航栏
// }
"app-plus": {
"titleNView": {
"type": "transparent", //透明渐变导航栏 App-nvue 2.4.4+ 支持
"searchInput": {
"backgroundColor": "#f5f5f5",
"borderRadius": "6px", //输入框圆角
"placeholder": "请输入您关心的币种",
"disabled": false //disable时点击输入框不置焦,可以跳到新页面搜索
}
}
}
}
},
{
"path": "pages/index/empower/empowerList",
"style": {
"navigationBarTitleText": "授权",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/empower/empower",
"style": {
"navigationBarTitleText": "授权",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "教程",
"fontSize": "14px",
"color": "#fff",
"width": "auto",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "pages/index/safe/safe",
"style": {
"navigationBarTitleText": "安全中心",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/news/news",
"style": {
"navigationBarTitleText": "系统消息",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/about/about",
"style": {
"navigationBarTitleText": "关于我们",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/kefu/kefu",
"style": {
"navigationBarTitleText": "联系客服",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/task/task",
"style": {
"navigationBarTitleText": "任务",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "添加任务",
"fontSize": "14px",
"color": "#fff",
"width": "auto",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "pages/taskV/task",
"style": {
"navigationBarTitleText": "模拟交易",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50,
"app-plus": {
"titleNView": {
"buttons": [{
"text": "添加任务",
"fontSize": "14px",
"color": "#fff",
"width": "auto",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "pages/task/electronic/electronic",
"style": {
"navigationBarTitleText": "电子账单",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/taskV/electronic/electronic",
"style": {
"navigationBarTitleText": "电子账单",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/task/newTask/changeTask",
"style": {
"navigationBarTitleText": "修改任务",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/taskV/newTask/changeTask",
"style": {
"navigationBarTitleText": "修改任务",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/task/taskDetail/taskDetail",
"style": {
"navigationBarTitleText": "详情",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "交易记录",
"fontSize": "14px",
"color": "#fff",
"width": "auto",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "pages/taskV/taskDetail/taskDetail",
"style": {
"navigationBarTitleText": "详情",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "交易记录",
"fontSize": "14px",
"color": "#fff",
"width": "auto",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "pages/task/taskDetail/order",
"style": {
"navigationBarTitleText": "交易记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/taskV/taskDetail/order",
"style": {
"navigationBarTitleText": "交易记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/task/taskDetail/orderAll",
"style": {
"navigationBarTitleText": "交易记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/taskV/taskDetail/orderAll",
"style": {
"navigationBarTitleText": "交易记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/task/newTask/newTask",
// "style": {
// "app-plus": {
// "titleNView": false //禁用原生导航栏
// }
// }
"style": {
"navigationBarTitleText": "新建任务",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/taskV/newTask/newTask",
// "style": {
// "app-plus": {
// "titleNView": false //禁用原生导航栏
// }
// }
"style": {
"navigationBarTitleText": "新建任务1",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/wallet/wallet",
"style": {
"navigationBarTitleText": "我的",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/wallet/wallet2",
"style": {
"navigationBarTitleText": "我的资产",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/wallet/jifen",
"style": {
"navigationBarTitleText": "冻结USDT",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/wallet/balance",
"style": {
"navigationBarTitleText": "余额",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/wallet/huzhuan",
"style": {
"navigationBarTitleText": "互转",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/card/card",
"style": {
"navigationBarTitleText": "体验卡",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/wallet/recharge",
"style": {
"navigationBarTitleText": "USDT充币",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "充值记录",
"fontSize": "14px",
"color": "#fff",
"width": "auto",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "pages/wallet/rechargeLog",
"style": {
"navigationBarTitleText": "充值记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/wallet/withdrawal",
"style": {
"navigationBarTitleText": "USDT提币",
"navigationBarTextStyle": "white",
"app-plus": {
"titleNView": {
"buttons": [{
"text": "提币记录",
"fontSize": "14px",
"color": "#fff",
"width": "auto",
"background": "rgba(0,0,0,0)"
}]
}
}
}
},
{
"path": "pages/index/invite/invite",
"style": {
"navigationBarTitleText": "邀请好友",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/index/webview/course",
"style": {
"navigationBarTitleText": "查看教程",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/webview/externalLinks",
"style": {
"navigationBarTitleText": " ",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/set/set",
"style": {
"navigationBarTitleText": "设置",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/set/info",
"style": {
"navigationBarTitleText": "个人信息",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/set/edit-password",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/set/changePayPsd",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/set/forgetPayPsd",
"style": {
"navigationBarTitleText": "修改密码",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/news/newsDetail",
"style": {
"navigationBarTitleText": "消息详情",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/news/systemNew",
"style": {
"navigationBarTitleText": "系统公告",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/wallet/withdrawalLog",
"style": {
"navigationBarTitleText": "提币记录",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/index/news/Notice",
"style": {
"navigationBarTitleText": "最新公告",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/customerService/customerService",
"style": {
"navigationBarTitleText": "资讯中心",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/customerService/serviceDeatil",
"style": {
"navigationBarTitleText": "资讯",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/systemMessage/systemMessage",
"style": {
"navigationBarTitleText": "日志",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
},
{
"path": "pages/customerService/customerService",
"style": {
"navigationBarTitleText": "资讯中心",
"navigationBarTextStyle": "white",
"enablePullDownRefresh": true,
"onReachBottomDistance": 50
}
}
, {
"path": "pages/index/college/college",
"style": {
"navigationBarTitleText": "益丰商学院",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/task/electronic/electronicD",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/taskV/electronic/electronicD",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}, {
"path": "pages/login/text",
"style": {
"navigationBarTitleText": "使用条款",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/wallet/kefu",
"style": {
"navigationBarTitleText": "联系客服",
"enablePullDownRefresh": false,
"navigationBarTextStyle": "white"
}
}
// ,{
// "path" : "pages/taskV/task",
// "style" :
// {
// "navigationBarTitleText": "虚拟交易",
// "enablePullDownRefresh": false,
// "navigationBarTextStyle": "white",
// "onReachBottomDistance":50,
// "app-plus": {
// "titleNView": {
// "buttons": [{
// "text": "添加任务",
// "fontSize": "14px",
// "color": "#fff",
// "width": "auto",
// "background": "rgba(0,0,0,0)"
// }]
// }
// }
// }
// }
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "",
"navigationBarBackgroundColor": "#1A5493",
"backgroundColor": "#F8F8F8"
},
// 默认底部导航栏
"tabBar": {
"color": "#999",
"iconWidth": "24px",
"selectedColor": "#1A5493",
"backgroundColor": "#ffffff",
"borderStyle": "white",
"list": [{
"pagePath": "pages/index/index",
"text": "首页",
"iconPath": "static/imgs/tabbar/tab1.png",
"selectedIconPath": "/static/imgs/tabbar/tab1s.png"
// "iconWidth": "22"
},
{
"pagePath": "pages/task/task",
"text": "交易",
"iconPath": "static/imgs/tabbar/tab2.png",
"selectedIconPath": "static/imgs/tabbar/tab2s.png"
},
{
"pagePath": "pages/index/community/community",
"text": "社区",
"iconPath": "static/imgs/tabbar/tab3.png",
"selectedIconPath": "static/imgs/tabbar/tab3s.png"
},
{
"pagePath": "pages/wallet/wallet",
"text": "我的",
"iconPath": "static/imgs/tabbar/tab4.png",
"selectedIconPath": "static/imgs/tabbar/tab4s.png"
}
]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/_kevinlin/quant_transaction.git
git@gitee.com:_kevinlin/quant_transaction.git
_kevinlin
quant_transaction
量化交易-策略机器人
master

搜索帮助