KouJin 2 lat temu
rodzic
commit
496c2616c9
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -21,7 +21,7 @@ module.exports = defineConfig({
21 21
         }
22 22
       },
23 23
       "/api": {
24
-        target: 'http://192.168.1.112:8082',
24
+        target: process.env.VUE_APP_BASE_URL,
25 25
         ws: true,
26 26
         changeOrigin: true,
27 27
         pathRewrite: {