1
This commit is contained in:
@@ -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'
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user