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.

150 lines
3.2 KiB

4 months ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
4 months ago
{
"path": "pages/stratIndex",
"style": {
"navigationStyle": "custom"
}
},
4 months ago
{
"path": "pages/index/index",
"style": {
4 months ago
"navigationStyle": "custom"
// "navigationBarTitleText": "CGC-ICH"
}
4 months ago
},
{
"path": "pages/index/readingBody",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "阅读体"
}
},
{
"path": "pages/index/sensoryStore",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "有感商店"
}
},
{
"path": "pages/index/intelligentAgent",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "智能体"
}
},
{
"path": "pages/index/iSoul",
"style": {
"navigationStyle": "custom"
// "navigationBarTitleText": "iSoul"
}
4 months ago
}
],
4 months ago
"subPackages": [{
"root": "subPackages",
"pages": [
{
"path" : "order/trades",
"style" : {
"navigationBarTitleText" : "全部订单"
}
},
{
"path" : "order/detail",
"style" : {
"navigationBarTitleText" : "订单详情",
"navigationStyle": "custom"
}
},
{
"path": "techan/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "techan/detail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "techan/order",
"style": {
"navigationBarTitleText": "确认订单"
}
},
4 months ago
4 months ago
{
"path" : "webPage/webPage",
"style" : {
"navigationBarTitleText" : ""
}
},
{
"path" : "video/video",
"style" : {
"navigationBarTitleText" : ""
}
}
]
}],
"tabBar": {
4 months ago
"custom": true,
4 months ago
"color": "#333333",
"selectedColor": "#6CA5AA",
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize": "24rpx",
4 months ago
"height": "123rpx",
4 months ago
"iconWidth": "40rpx",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
4 months ago
"text": "首页",
"visible": false
4 months ago
},
{
4 months ago
"pagePath": "pages/index/readingBody",
4 months ago
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
4 months ago
"text": "阅读体",
"visible": false
},
{
"pagePath": "pages/index/sensoryStore",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
"text": "有感商店",
"visible": false
},
{
"pagePath": "pages/index/intelligentAgent",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
"text": "智能体",
"visible": false
},
{
"pagePath": "pages/index/iSoul",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
"text": "iSoul",
4 months ago
"visible": false
4 months ago
}
4 months ago
4 months ago
]
},
4 months ago
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}