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,8 +1,10 @@
# 页面标题
VUE_APP_TITLE = 若依管理系统
VUE_APP_TITLE = Jarvis
# 生产环境配置
ENV = 'production'
# 若依管理系统/生产环境
VUE_APP_BASE_API = '/prod-api'
# Jarvis/生产环境
VUE_APP_BASE_API = ''
# VUE_APP_BASE_API = 'http://134.175.126.60:30313'