liuchen864
7 months ago
7 changed files with 41 additions and 10 deletions
@ -0,0 +1,9 @@ |
|||||
|
# 海拉长春生产 |
||||
|
# port |
||||
|
VITE_DEV_PORT = '25101' |
||||
|
|
||||
|
# production path |
||||
|
VITE_BASE_URL = 'http://172.21.32.13:25101/api' |
||||
|
|
||||
|
# 租户开关 |
||||
|
VITE_APP_TENANT_ENABLE=true |
@ -0,0 +1,9 @@ |
|||||
|
# 海拉长春测试 |
||||
|
# port |
||||
|
VITE_DEV_PORT = '25101' |
||||
|
|
||||
|
# production path |
||||
|
VITE_BASE_URL = 'http://172.21.32.14:25101/api' |
||||
|
|
||||
|
# 租户开关 |
||||
|
VITE_APP_TENANT_ENABLE=true |
@ -0,0 +1,9 @@ |
|||||
|
# 海拉成都生产 |
||||
|
# port |
||||
|
VITE_DEV_PORT = '25101' |
||||
|
|
||||
|
# production path |
||||
|
VITE_BASE_URL = 'http://172.22.32.8:25101/api' |
||||
|
|
||||
|
# 租户开关 |
||||
|
VITE_APP_TENANT_ENABLE=true |
@ -0,0 +1,9 @@ |
|||||
|
# 海拉成都测试 |
||||
|
# port |
||||
|
VITE_DEV_PORT = '25101' |
||||
|
|
||||
|
# production path |
||||
|
VITE_BASE_URL = 'http://172.22.32.8:25101/api' |
||||
|
|
||||
|
# 租户开关 |
||||
|
VITE_APP_TENANT_ENABLE=true |
@ -1,8 +0,0 @@ |
|||||
# port |
|
||||
VITE_DEV_PORT = '25101' |
|
||||
|
|
||||
# production path |
|
||||
VITE_BASE_URL = 'http://10.62.193.15:25101/api' |
|
||||
|
|
||||
# 租户开关 |
|
||||
VITE_APP_TENANT_ENABLE=true |
|
Loading…
Reference in new issue