ts_aimz_uni/pages.json

255 lines
5.4 KiB
JSON
Raw Normal View History

2025-04-16 16:15:41 +08:00
{
"pages": [{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/home",
"style": {
2025-05-15 16:54:07 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": true
2025-04-16 16:15:41 +08:00
}
},
{
"path": "pages/mine/mineIndex/mineIndex",
"style": {
2025-05-15 16:54:07 +08:00
"navigationStyle": "custom",
"enablePullDownRefresh": true
}
},
{
"path": "pages/common/readTxt/readTxt",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/mine/mineAccount/mineInfo/mineInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/mine/mineAccount/mineOrder/mineOrder",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/mineAccount/mineContact/mineContact",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/mineAccount/mineCoupons/mineCoupons",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/pay/payment/payment",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/pay/publicPay/publicPay",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/pay/payState/payState",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/copyright/createBuy/createBuy",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/copyright/createProjectInfo/createProjectInfo",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/common/rule/rule",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "components/ad-popup",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/mine/mineAccount/mineMsgNotice/mineMsgNotice",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
2025-04-16 16:15:41 +08:00
}
2025-05-16 18:00:23 +08:00
},
{
"path": "pages/copyright/refund/refund",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/copyright/applyRefund/applyRefund",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/copyright/repair/repair",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
2025-05-19 15:14:51 +08:00
},
{
"path": "pages/copyright/applyRepair/applyRepair",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/mine/mineAccount/invoiceInfo/invoiceInfo",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
2025-05-19 16:31:06 +08:00
},
{
"path": "pages/mine/mineAccount/minePayRecord/minePayRecord",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/mineAccount/mineInvoiceManage/mineInvoiceManage",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/mineAccount/minePayOrder/minePayOrder",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/mine/mineAccount/mineMakeInvoice/mineMakeInvoice",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/mine/mineAccount/invoiceDetail/invoiceDetail",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/shop/index/index",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shop/buyGoods/buyGoods",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shop/sellGoods/sellGoods",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shop/purchasedGoods/purchasedGoods",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shop/soldGoods/soldGoods",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": true
}
},
{
"path": "pages/shop/publishGoods/publishGoods",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/shop/manageGoods/manageGoods",
"style": {
"navigationBarTitleText": ""
}
},
{
"path": "pages/shop/goodsDetail/goodsDetail",
"style": {
"navigationBarTitleText": "",
"navigationStyle": "custom"
}
2025-04-16 16:15:41 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "AI喵著",
"navigationBarBackgroundColor": "#F8F8F8",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#515151",
"selectedColor": "#FE9944",
"list": [{
"pagePath": "pages/index/home",
"text": "首页",
"iconPath": "static/images/ic_home_normal.png",
"selectedIconPath": "static/images/ic_home_select.png"
},
{
"pagePath": "pages/shop/index/index",
"text": "商城",
"iconPath": "static/images/ic_shop_normal.png",
"selectedIconPath": "static/images/ic_shop_select.png"
},
2025-04-16 16:15:41 +08:00
{
"pagePath": "pages/mine/mineIndex/mineIndex",
"text": "我的",
"iconPath": "static/images/ic_mine_normal.png",
"selectedIconPath": "static/images/ic_mine_select.png"
}
]
},
"uniIdRouter": {}
}