This commit is contained in:
2023-04-27 16:01:54 +08:00
parent 8e6ecdd677
commit 5fecd74d59
49 changed files with 4654 additions and 856 deletions

View File

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