Files
Goodgame_web/pages.json
T
我是个攻城狮 c3f5f13bb3 all
2026-05-27 16:01:15 +08:00

258 lines
4.8 KiB
JSON

{
"pages": [ //pages数组中第一项表示应用启动页,参考:https://uniapp.dcloud.io/collocation/pages
{
"path":"pages/index",
"style":{
"navigationBarTitleText":"COG可信资产服务平台-一站式游戏出版、发行、投融资"
}
},
{
"path":"pages/game",
"style":{
"navigationBarTitleText":"资产中心",
"enablePullDownRefresh": true, // true 代表开启下拉刷新
"onReachBottomDistance": 50 // 代表上拉触底50rpx的地方就会回调函数
}
},
{
"path":"pages/invest",
"style":{
"navigationBarTitleText":"我要资金"
}
},
{
"path":"pages/expert",
"style":{
"navigationBarTitleText":"专家库"
}
},
{
"path":"pages/companyProflie",
"style":{
"navigationBarTitleText":"平台简介"
}
},
{
"path":"pages/news",
"style":{
"navigationBarTitleText":"关于我们"
}
},
{
"path":"pages/gameDtail",
"style":{
"navigationBarTitleText":"游戏详情"
}
},
{
"path":"pages/publish",
"style":{
"navigationBarTitleText":"我要发行"
}
},
{
"path":"pages/blockchainquery",
"style":{
"navigationBarTitleText":"区块链数字资产查询"
}
},
{
"path":"pages/oversea",
"style":{
"navigationBarTitleText":"我要出海"
}
},
{
"path":"pages/apply",
"style":{
"navigationBarTitleText":"我要申请"
}
},
{
"path":"pages/copyright",
"style":{
"navigationBarTitleText":"我要版权"
}
},
{
"path":"pages/versionNumber",
"style":{
"navigationBarTitleText":"我要版号"
}
},
{
"path":"pages/development",
"style":{
"navigationBarTitleText":"我要技术"
}
},
{
"path":"pages/expo",
"style":{
"navigationBarTitleText":"我要参展"
}
},
{
"path":"pages/subsidy",
"style":{
"navigationBarTitleText":"我要补贴"
}
},
{
"path":"pages/register",
"style":{
"navigationBarTitleText":"注册"
}
},
{
"path":"pages/login",
"style":{
"navigationBarTitleText":"登录"
}
},
{
"path":"pages/forget",
"style":{
"navigationBarTitleText":"忘记密码"
}
},
{
"path":"pages/member",
"style":{
"navigationBarTitleText":"个人中心"
}
},
{
"path":"pages/asset_list",
"style":{
"navigationBarTitleText":"资产列表"
}
},
{
"path":"pages/asset_add",
"style":{
"navigationBarTitleText":"资产新增"
}
},
{
"path":"pages/digital_assets",
"style":{
"navigationBarTitleText":"资产列表"
}
},
{
"path":"pages/digital_assets_add",
"style":{
"navigationBarTitleText":"资产新增"
}
},
{
"path":"pages/pay_list",
"style":{
"navigationBarTitleText":"付款记录"
}
},
{
"path":"pages/pay_detail",
"style":{
"navigationBarTitleText":"付款详情"
}
},
{
"path":"pages/notice_list",
"style":{
"navigationBarTitleText":"平台通知"
}
},
{
"path":"pages/notice_details",
"style":{
"navigationBarTitleText":"平台通知详情"
}
},
// {
// "path":"pages/indexData",
// "style":{
// "navigationBarTitleText":"指数数据-COG可信资产服务平台!"
// }
// },
// {
// "path":"pages/indexComments",
// "style":{
// "navigationBarTitleText":"指数点评-COG可信资产服务平台!"
// }
// },
// {
// "path":"pages/priceQuotes",
// "style":{
// "navigationBarTitleText":"价格行情-COG可信资产服务平台!"
// }
// },
// {
// "path":"pages/priceDetail",
// "style":{
// "navigationBarTitleText":"价格行情-COG可信资产服务平台!"
// }
// },
// {
// "path":"pages/productCulture",
// "style":{
// "navigationBarTitleText":"产品文化-COG可信资产服务平台!"
// }
// },
// {
// "path":"pages/corporateStyle",
// "style":{
// "navigationBarTitleText":"企业风采-COG可信资产服务平台!"
// }
// },
// {
// "path":"pages/introduction",
// "style":{
// "navigationBarTitleText":"指数介绍-COG可信资产服务平台!"
// }
// },
{
"path":"pages/asset",
"style":{
"navigationBarTitleText":"数字资产确权存证"
}
},
{
"path":"pages/articleDetails",
"style":{
"navigationBarTitleText":"新闻详情"
}
},
{
"path":"pages/actDetails",
"style":{
"navigationBarTitleText":"活动详情"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText":"",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColorTop":"#FFFFFF",
"backgroundColor": "#FFFFFF",
"backgroundColorBottom":"#FFFFFF",
"h5":{
"titleNView": false
}
},
"easycom": {
"autoscan": true,
"custom": {
"^html2canvas$": "html2canvas/dist/html2canvas.esm.js"
}
}
}