no message
parent
3d4f2a6ad1
commit
3be39e53b0
|
|
@ -5,7 +5,11 @@ VITE_USE_MOCK = true
|
|||
VITE_PUBLIC_PATH = /
|
||||
|
||||
# 跨域代理,您可以配置多个 ,请注意,没有换行符
|
||||
VITE_PROXY = [["/cpte-wms","http://localhost:8000/cpte-wms"],["/cpte-wms-basic","http://localhost:8001/cpte-wms-basic"],["/upload","http://localhost:3300/upload"]]
|
||||
VITE_PROXY = [
|
||||
["/cpte-wms-basic","http://localhost:8001/cpte-wms-basic"],
|
||||
["/cpte-wms","http://localhost:8000/cpte-wms"],
|
||||
["/upload","http://localhost:3300/upload"]
|
||||
]
|
||||
|
||||
#后台接口全路径地址 (必填)
|
||||
VITE_GLOB_DOMAIN_URL=http://localhost:8000/cpte-wms
|
||||
|
|
|
|||
Loading…
Reference in New Issue