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.
6 lines
196 B
6 lines
196 B
# 企业端生产环境
|
|
VITE_PORT = 28080
|
|
# 直接访问后端端口,不通过代理
|
|
VITE_BASE_URL = 'http://139.186.148.21:28080'
|
|
VITE_DEFAULT_LOGIN = '/enterprise/login'
|
|
VITE_APP_ENV = 'prod'
|
|
|