This commit is contained in:
砂糖
2026-02-07 18:01:13 +08:00
commit 8015759c65
2110 changed files with 269866 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
# 页面标题
VUE_APP_TITLE = 鑫翰达洁业系统
# 测试环境配置
ENV = 'staging'
# 鑫翰达洁业系统/测试环境
VUE_APP_BASE_API = '/stage-api'
# 发布目录
VUE_APP_PUBLIC_PATH = '/'
# 后端接口地址
VUE_APP_SERVER_URL = 'http://localhost:8082/stage-api/'