路线锁定定时提示弹窗

This commit is contained in:
蔡玲
2024-09-20 11:24:16 +08:00
parent 30ecbcfd4f
commit 5bec011106
7 changed files with 87 additions and 8 deletions

View File

@@ -12,4 +12,6 @@ export const SAVE_TOKEN = 'SAVE_TOKEN'
* data
*/
export const PUBLIC_OBJ = 'PUBLIC_OBJ'
export const PUBLIC_ARR = 'PUBLIC_ARR'
export const PUBLIC_ARR = 'PUBLIC_ARR'
export const SET_ROUTE_STATUS = 'SET_ROUTE_STATUS'
export const DEL_ROUTE_STATUS = 'DEL_ROUTE_STATUS'