接入用户密码接口前端加密

This commit is contained in:
wkc
2026-03-30 10:48:40 +08:00
parent b276654ac2
commit 8552514dcb
5 changed files with 13 additions and 3 deletions

View File

@@ -6,6 +6,7 @@ ENV = 'development'
# 若依管理系统/开发环境
VUE_APP_BASE_API = '/dev-api'
VUE_APP_PASSWORD_TRANSFER_KEY = '1234567890abcdef'
# 路由懒加载
VUE_CLI_BABEL_TRANSPILE_MODULES = true