加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
pages.json 4.96 KB
一键复制 编辑 原始数据 按行查看 历史
aqie 提交于 2021-09-16 14:23 . 修改分享id
{
"easycom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue",
"qs-(.*)": "@/qs-ui/components/qs-$1/qs-$1.vue"
},
"pages": [{
"path": "pages/coin/index",
"style": {
"navigationBarTitleText": "首页",
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/coin/news",
"style": {
"navigationBarTitleText": "快讯",
"enablePullDownRefresh": true,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/coin/deal",
"style": {
"navigationBarTitleText": "交易",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/coin/quantization",
"style": {
"navigationBarTitleText": "量化",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/coin/center",
"style": {
"navigationBarTitleText": "我的",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
},
{
"path": "pages/index/index",
"style": {
"navigationBarTitleText": "uni-app"
}
},
{
"path": "pages/account/login",
"style": {
"navigationBarTitleText": "登录"
}
},{
"path": "pages/account/register",
"style": {
"navigationBarTitleText": "注册"
}
},
{
"path": "pages/news/detail",
"style": {
"navigationBarTitleText": "资讯详情",
"enablePullDownRefresh": false,
"navigationStyle": "custom",
"navigationBarTextStyle": "white"
}
},
{
"path": "pages/test/center",
"style": {
"navigationBarTitleText": "我的"
}
},
{
"path": "pages/my/help",
"style": {
"navigationBarTitleText": "帮助"
}
},
{
"path": "pages/my/keybind",
"style": {
"navigationBarTitleText": "API绑定"
}
},
{
"path": "pages/my/profile",
"style": {
"navigationBarTitleText": "我的资料"
}
},
{
"path": "pages/my/promotionPoster",
"style": {
"navigationBarTitleText": "分享海报"
}
},
{
"path": "pages/my/set",
"style": {
"navigationBarTitleText": "设置"
}
},
{
"path": "pages/test/test",
"style": {
"navigationBarTitleText": "测试"
}
},
/* {
"path": "pages/coin/deal2",
"style": {
"navigationBarTitleText": "测试交易",
"navigationStyle": "custom",
"enablePullDownRefresh": false
}
}, */
{
"path": "pages/my/asset/asset",
"style": {
"navigationBarTitleText": "资产"
}
},
{
"path": "pages/my/charge/charge",
"style": {
"navigationBarTitleText": "充值"
}
},
{
"path": "pages/my/charge/charge_record",
"style": {
"navigationBarTitleText": "充值记录"
}
},
{
"path": "pages/my/invite/invite",
"style": {
"navigationBarTitleText": "邀请"
}
},
{
"path": "pages/my/profile/modify-password",
"style": {
"navigationBarTitleText": "修改密码"
}
},
{
"path": "pages/my/benifit/deal-detail",
"style": {
"navigationBarTitleText": "成交明细"
}
},
{
"path": "pages/my/benifit/history-benifit",
"style": {
"navigationBarTitleText": "历史收益"
}
},{
"path": "pages/coin/quantization/modify/modify-ai-contract",
"style": {
"navigationBarTitleText": "修改AI金字塔",
"enablePullDownRefresh": false
}
},{
"path": "pages/coin/quantization/modify/modify-smart-contract",
"style": {
"navigationBarTitleText": "修改智能高频",
"enablePullDownRefresh": false
}
},{
"path": "pages/coin/quantization/modify/modify-spot-ai",
"style": {
"navigationBarTitleText": "修改现货金字塔",
"enablePullDownRefresh": false
}
},{
"path": "pages/coin/quantization/modify/modify-spot-network",
"style": {
"navigationBarTitleText": "修改现货网络 ",
"enablePullDownRefresh": false
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "yide-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8",
"app-plus": {
"background": "#efeff4"
}
},
"tabBar": {
"color": "#A6ABB5",
"selectedColor": "#0BB9C8",
"borderStyle": "white",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/coin/index",
"iconPath": "static/tabBar/home.png",
"selectedIconPath": "static/tabBar/home_select.png",
"text": "首页"
}, {
"pagePath": "pages/coin/news",
"iconPath": "static/tabBar/zixun.png",
"selectedIconPath": "static/tabBar/zixun_select.png",
"text": "资讯"
}, {
"pagePath": "pages/coin/deal",
"iconPath": "static/tabBar/jiaoyi.png",
"selectedIconPath": "static/tabBar/jiaoyi_select.png",
"text": "交易"
}, {
"pagePath": "pages/coin/quantization",
"iconPath": "static/tabBar/lianghua.png",
"selectedIconPath": "static/tabBar/lianghua_select.png",
"text": "量化"
}, {
"pagePath": "pages/coin/center",
"iconPath": "static/tabBar/wode.png",
"selectedIconPath": "static/tabBar/wode_select.png",
"text": "我的"
}]
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化