up. 修正sw.js
This commit is contained in:
parent
3ec30530f4
commit
40493544e4
@ -3,3 +3,5 @@
|
||||
VITE_API_URL=http://a.tcp.run/adminapi
|
||||
# 禁请求加密
|
||||
VITE_SKIP_REQUEST_ENCRYPTION=0
|
||||
# 数据加密key
|
||||
VITE_DATA_SECRET_KEY=mySecretKey123!
|
||||
|
||||
@ -35,7 +35,7 @@ export const MAP_KEY = '006d995d433058322319fa797f2876f5';
|
||||
export const LICENSE_CODE = import.meta.env.VITE_LICENSE;
|
||||
|
||||
/** 数据加密key */
|
||||
export const DATA_SECRET_KEY = "mySecretKey123!"
|
||||
export const DATA_SECRET_KEY = import.meta.env.VITE_DATA_SECRET_KEY
|
||||
|
||||
/** 请求加密开关 */
|
||||
export const SKIP_REQUEST_ENCRYPTION = import.meta.env.VITE_SKIP_REQUEST_ENCRYPTION;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user