This commit is contained in:
2023-06-07 10:41:59 +08:00
parent e6dfe8008a
commit 575bbc3962
17 changed files with 2129 additions and 737 deletions

View File

@ -32,7 +32,7 @@ export default defineConfig(({ mode, command }) => {
// https://cn.vitejs.dev/config/#server-proxy
"/dev-api": {
// target: "http://192.168.110.10:1618",
target: "http://101.34.131.16:1618",
target: "http://192.168.0.201:1618",
changeOrigin: true,
rewrite: (p) => p.replace(/^\/dev-api/, ""),
},