--修改标题配置
This commit is contained in:
@ -13,10 +13,11 @@ VITE_PUBLIC_PATH = /
|
||||
#VITE_PROXY=[["/api","http://10.10.2.102:9500"]]
|
||||
#VITE_PROXY=[["/api/system/generator/","http://127.0.0.1:8091/system/generator/"],["/api/system/file/","http://127.0.0.1:8091/system/file/"],["/api/system/oss/","http://127.0.0.1:8091/system/oss/"],["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
||||
#VITE_PROXY=[["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api/mdm/","http://127.0.0.1:8096","/mdm/"],["/api","http://10.10.2.102:9500"]]
|
||||
VITE_PROXY=[["/api/system/file/","http://127.0.0.1:8091/system/file/"],["/api","http://10.10.2.102:9500"]]
|
||||
VITE_PROXY=[["/api/sales/","http://127.0.0.1:8096","/sales/"],["/api","http://10.10.2.102:9500"]]
|
||||
|
||||
# 是否删除Console.log
|
||||
VITE_DROP_CONSOLE = false
|
||||
VITE_GLOB_APP_TITLE = 供应链平台
|
||||
|
||||
# 接口地址
|
||||
# 如果没有跨域问题,直接在这里配置即可
|
||||
@ -45,7 +46,7 @@ VITE_GLOB_PRINT_BASE_URL = http://114.116.210.204:3300
|
||||
VITE_GLOB_API_URL_PREFIX =
|
||||
|
||||
#租户开关
|
||||
VITE_GLOB_TENANT_ENABLED = true
|
||||
#VITE_GLOB_TENANT_ENABLED = false
|
||||
#登录时是否需要输入租户码
|
||||
VITE_GLOB_TENANT_INPUT_REQUIRED = true
|
||||
|
||||
|
||||
Reference in New Issue
Block a user