This commit is contained in:
雷欧(林平凡)
2025-08-05 18:14:41 +08:00
parent 206d0188b6
commit 52266d4490
17 changed files with 1520 additions and 1155 deletions

View File

@@ -1,5 +1,5 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = Jarvis
BABEL_ENV = production
@@ -8,5 +8,5 @@ NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 若依管理系统/测试环境
# Jarvis/测试环境
VUE_APP_BASE_API = '/stage-api'