This commit is contained in:
2025-09-24 20:35:15 +08:00
parent 39679f7330
commit 8a458ff0a4
12033 changed files with 1537546 additions and 13292 deletions

View File

@@ -26,6 +26,7 @@ export const ROUTES = {
detail: '/pages/detail/index',
my: '/pages/my/index',
myAbout: '/pages/my/about',
myVip: '/pages/my/vip',
report: '/pages/report/index',
customerSelect: '/pages/customer/select',
supplierSelect: '/pages/supplier/select',
@@ -33,3 +34,11 @@ export const ROUTES = {
}
// 本地存储键:统一管理,避免在业务中散落硬编码
export const STORAGE_KEYS = {
VIP_IS_VIP: 'USER_VIP_IS_VIP',
VIP_START: 'USER_VIP_START',
VIP_END: 'USER_VIP_END'
}