feat 拆分商户和管理端配置

This commit is contained in:
bootx
2024-07-02 22:50:54 +08:00
parent 856b58154b
commit 8bf095db12
10 changed files with 2146 additions and 879 deletions

17
.env.admin Normal file
View File

@@ -0,0 +1,17 @@
# 名称
VITE_GLOB_APP_TITLE=DaxPay运营管理端
# 发布路径
VITE_PUBLIC_PATH=/
# 接口地址
VITE_GLOB_API_URL=/server
# 接口前缀
VITE_GLOB_API_URL_PREFIX =
# 终端类型
VITE_GLOB_APP_CLIENT=dax-pay
# 超时时间
VITE_GLOB_API_TIMEOUT=30000