@@ -20,7 +20,7 @@ export default defineConfig({
},
proxy: {
"/dev-api": {
- target: "http://192.168.8.213:8080/twzd-admin",
+ target: "http://218.85.55.253:65535/twzd-admin",
changeOrigin: true,
rewrite: (path) => path.replace(/^\/dev-api/, ""),