Files
device-voice-h5/pages.json
luo 9c1c296d2e
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 1m29s
feat: 站内通知
2026-07-25 11:08:03 +08:00

105 lines
2.1 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
{
"easycom": {
"autoscan": true,
// 注意一定要放在custom里否则无效https://ask.dcloud.net.cn/question/131175
"custom": {
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue"
}
},
"pages": [{
"path": "pages/login/login",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/index/index",
"style": {
"navigationStyle": "custom"
}
},
{
"path": "pages/package-order/package-order",
"style": {
"navigationBarTitleText": "套餐列表"
}
},
{
"path": "pages/switch/switch",
"style": {
"navigationBarTitleText": "切换运营商"
}
},
{
"path": "pages/asset-package-history/asset-package-history",
"style": {
"navigationBarTitleText": "资产套餐历史"
}
},
{
"path": "pages/order-list/order-list",
"style": {
"navigationBarTitleText": "我的订单"
}
},
{
"path": "pages/notifications/notifications",
"style": {
"navigationBarTitleText": "站内通知"
}
},
{
"path": "pages/bind/bind",
"style": {
"navigationBarTitleText": "绑定手机号",
"navigationStyle": "custom"
}
},
{
"path": "pages/change-phone/change-phone",
"style": {
"navigationBarTitleText": "更换手机号"
}
},
{
"path": "pages/device-exchange/device-exchange",
"style": {
"navigationBarTitleText": "换货"
}
},
{
"path": "pages/auth/auth",
"style": {
"navigationBarTitleText": "实名认证"
}
},
{
"path": "pages/my-wallet/my-wallet",
"style": {
"navigationBarTitleText": "我的钱包"
}
},
{
"path": "pages/alipay-payment/alipay-payment",
"style": {
"navigationBarTitleText": "支付宝支付"
}
},
{
"path": "pages/error/error",
"style": {
"navigationStyle": "custom"
}
}
],
"globalStyle": {
"navigationBarTextStyle": "black",
"navigationBarTitleText": "设备卡信息查询",
"navigationBarBackgroundColor": "#FFFFFF",
"backgroundColor": "#F8F8F8"
},
"uniIdRouter": {}
}