提交 ac21c271 authored 作者: 刘旭's avatar 刘旭

...

上级 957138b4
...@@ -3,4 +3,4 @@ VITE_APP_TITLE = "集成平台" ...@@ -3,4 +3,4 @@ VITE_APP_TITLE = "集成平台"
VITE_APP_PORT = 3002 VITE_APP_PORT = 3002
# 请求接口 # 请求接口
VITE_APP_BASE_URL = "integrate" VITE_APP_BASE_URL = "semiconductor"
...@@ -15,7 +15,7 @@ server { ...@@ -15,7 +15,7 @@ server {
} }
} }
location /integrate { location /semiconductor {
proxy_pass http://integrate-system:8090; proxy_pass http://semiconductor-system:8090;
} }
} }
\ No newline at end of file
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论