cgc非遗
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.

182 lines
3.5 KiB

5 months ago
{
"pages": [ //pageshttps://uniapp.dcloud.io/collocation/pages
4 months ago
{
"path": "pages/stratIndex",
"style": {
"navigationStyle": "custom"
}
},
5 months ago
{
"path": "pages/index/index",
"style": {
4 months ago
"navigationStyle": "custom"
// "navigationBarTitleText": "CGC-ICH"
5 months ago
}
},
{
"path": "pages/user/user",
"style": {
5 months ago
"navigationBarTitleText": "我的",
"navigationStyle": "custom"
5 months ago
}
5 months ago
},
{
"path": "pages/login/login",
"style": {
4 months ago
// "navigationBarTitleText": "CGC-ICH"
"navigationStyle": "custom"
5 months ago
}
5 months ago
}
],
"subPackages": [{
"root": "subPackages",
"pages": [
{
"path": "index",
"style": {
4 months ago
"navigationBarTitleText": "CGC-ICH"
5 months ago
}
5 months ago
},
{
"path" : "user/privacy",
"style" : {
"navigationBarTitleText" : "详情"
}
},
{
"path" : "user/privacyInfo",
"style" : {
"navigationBarTitleText" : "详情"
}
},
{
"path" : "order/trades",
"style" : {
"navigationBarTitleText" : "全部订单"
}
5 months ago
},
{
"path" : "order/detail",
"style" : {
"navigationBarTitleText" : "订单详情",
"navigationStyle": "custom"
}
},
{
"path" : "user/travelerList",
"style" : {
"navigationBarTitleText" : "收货地址"
}
},
{
"path" : "user/myAddressAdd",
"style" : {
"navigationBarTitleText" : "收货地址"
}
},
{
"path" : "user/gwc",
"style" : {
"navigationBarTitleText" : "购物车"
}
},
{
"path" : "order/gwcOrder",
"style" : {
"navigationBarTitleText" : "下单"
}
},
5 months ago
{
"path": "letter/index",
"style": {
"navigationBarTitleText": "非遗手札"
}
},
{
"path": "letter/detail",
"style": {
"navigationBarTitleText": "文章详情"
}
},
5 months ago
{
"path": "techan/index",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
},
{
"path": "techan/detail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "techan/order",
"style": {
"navigationBarTitleText": "确认订单"
}
5 months ago
},
{
"path": "shiguang/index",
"style": {
"navigationBarTitleText": "非遗拾光"
}
},
{
"path": "user/profile",
"style": {
"navigationBarTitleText": "个人信息"
}
},
{
"path" : "user/changeNickname",
"style" : {
"navigationBarTitleText" : "修改昵称"
}
5 months ago
},
{
"path" : "webPage/webPage",
"style" : {
"navigationBarTitleText" : ""
}
},
{
"path" : "video/video",
"style" : {
"navigationBarTitleText" : ""
}
5 months ago
}
]
}],
"tabBar": {
5 months ago
"color": "#333333",
"selectedColor": "#6CA5AA",
5 months ago
"borderStyle": "black",
"backgroundColor": "#ffffff",
"fontSize": "24rpx",
"height": "100rpx",
"iconWidth": "40rpx",
"list": [{
"pagePath": "pages/index/index",
"iconPath": "/static/images/home.png",
"selectedIconPath": "/static/images/selectHome.png",
"text": "首页"
},
{
"pagePath": "pages/user/user",
"iconPath": "/static/images/mine.png",
"selectedIconPath": "/static/images/selectMine.png",
"text": "我的"
}
]
},
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "uni-app",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}