ming 5 months ago
parent
commit
5a75e5cb91
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vite.config.js

+ 1 - 1
vite.config.js

@@ -12,7 +12,7 @@ export default defineConfig(({ mode, command }) => {
       port: 81, //启动端口
       proxy: {
         "/dev-api": {
-          target: "http://192.168.123.165:13200",
+          target: "http://192.168.123.10:13200",
           ws: true,
           changeOrigin: true,
           //rewrite: (p) => p.replace(/^\/dev-api/, '')