代码拉取完成,页面将自动刷新
{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{"path": "pages/index/index","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/login/index","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/administration","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/modifyPws","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/privatekey","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/mnemonic","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/account","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/login/import","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/login/establish","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/login/start","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/login/transcribe","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/login/verification","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/equiplist","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/equipdetail","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/buysuccess","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/tuoguanrecord","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/salerecord","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/distriburecord","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/distribudetail","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/xsdetail","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/revenuedetails","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/notice","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/index/noticedetail","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/wallet/charge","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/wallet/extract","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/wallet/chargerec","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/wallet/upload","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/wallet/extractrec","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/wallet/extractsuccess","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/news/news","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/news/newsdetail","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/my","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/team","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/equip","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/modefiypassword","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/modefiypayword","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/xgtel","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/xgemail","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/invitation","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/aboutme","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/introduce","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/my/agreement","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/register/register","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/bindemail/bindemail","style": {"app-plus": {"titleNView": false}}},
{"path": "pages/forgetpassword/forgetpassword","style": {"app-plus": {"titleNView": false}}},
{
"path": "pages/wallet/cointype",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
},
{
"path": "pages/wallet/wallet",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#02ac64",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
},
{
"path": "pages/my/XCHequip",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
},
{
"path": "pages/my/Filequip",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
},
{
"path": "pages/my/Bzzequip",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
},
{
"path": "pages/my/equipdetail",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
},
{
"path": "pages/my/safeset",
"style": {
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#fff",
"navigationBarTextStyle": "white" //状态栏字体颜色
}
}
],
"globalStyle": {
"navigationBarBackgroundColor": "#fff",
"backgroundColor": "#FFFFFF"
},
"tabBar": {
"color": "#4E617C",
"selectedColor": "#007AFF",
"backgroundColor": "#0F1824",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/index.png",
"selectedIconPath": "/static/activeindex.png",
"text": "首页"
},{
"pagePath": "pages/news/news",
"iconPath": "/static/news.png",
"selectedIconPath": "/static/activenews.png",
"text": "新闻"
},{
"pagePath": "pages/wallet/wallet",
"iconPath": "/static/wallet.png",
"selectedIconPath": "/static/activewallet.png",
"text": "资产"
},{
"pagePath": "pages/my/my",
"iconPath": "/static/my.png",
"selectedIconPath": "/static/activemy.png",
"text": "我的"
}]
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。