Commit e24fd8ee authored by tanghao's avatar tanghao

123

parent 145cdefd
This diff is collapsed.
...@@ -13,7 +13,7 @@ export default defineConfig({ ...@@ -13,7 +13,7 @@ export default defineConfig({
server: { server: {
proxy: { proxy: {
"/api": { "/api": {
target: "http://192.168.23.7:8080", target: "http://127.0.0.1:8080",
// target: "http://192.168.3.91:10000", // target: "http://192.168.3.91:10000",
changeOrigin: true, changeOrigin: true,
rewrite: (path) => path.replace(/^\/api/, ""), rewrite: (path) => path.replace(/^\/api/, ""),
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment