启用加密功能

This commit is contained in:
吴季分
2025-09-26 11:17:44 +08:00
parent 6d9157a9db
commit 942ae3d7fd
2 changed files with 2 additions and 2 deletions

2
.env
View File

@@ -5,4 +5,4 @@ NODE_ENV = 'dev' // 如果是生产环境请记得切换为production
VUE_APP_FLAG='dev'
VUE_APP_ADMIN='http://39.104.123.254:7197'
VUE_APP_DOCS='http://39.104.123.254:7546/'
VUE_APP_USE_ENCRYPT='false'
VUE_APP_USE_ENCRYPT='true'

View File

@@ -5,6 +5,6 @@ NODE_ENV = 'dev' // 如果是生产环境请记得切换为production
VUE_APP_FLAG='dev'
VUE_APP_ADMIN='http://10.1.105.116:7537/api'
VUE_APP_STATIC='http://10.1.105.116:7537/'
VUE_APP_USE_ENCRYPT='false'
VUE_APP_USE_ENCRYPT='true'