fix avatar

This commit is contained in:
2023-03-07 12:47:57 +08:00
parent 898b2d67d0
commit 0293c75d5d
5 changed files with 443 additions and 647 deletions

View File

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