no message

main
HUOJIN\92525 2026-03-12 19:53:56 +08:00
parent 3d4f2a6ad1
commit 3be39e53b0
1 changed files with 5 additions and 1 deletions

View File

@ -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