You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
## 生产环境
|
|
NODE_ENV='production'
|
|
|
|
# 代理前缀
|
|
VITE_APP_BASE_API = '/prod-api'
|
|
|
|
|
|
# 4A相关
|
|
VITE_APP_4AURL = 'http://134.108.76.137:7001/index'
|
|
VITE_APP_ClientId = 'CTZJITMS20230606'
|
|
VITE_APP_redirectUrl = 'http://134.108.39.87:8080/#/login'
|
|
|