1.我的车牌页面 录入车牌弹窗封装

This commit is contained in:
2025-07-28 22:01:42 +08:00
parent 97ad8a00dc
commit 893124cda8
6 changed files with 871 additions and 356 deletions

View File

@@ -321,6 +321,12 @@
"style": {
"navigationBarTitleText": "缴费记录"
}
},
{
"path": "pages/sys/user/myPayment/myCarCode",
"style": {
"navigationBarTitleText": "我的车牌"
}
},
{
"path": "pages/sys/user/myRepair/myRepair",
@@ -407,5 +413,13 @@
"navigationBarTextStyle": "black",
"navigationBarTitleText": "Aidex",
"navigationBarBackgroundColor": "#ffffff"
}
},
"easycom": {
"autoscan": true,
"custom": {
"^u-(.*)": "uview-ui/components/u-$1/u-$1.vue"
}
}
}