Browse Source

更改地址

Rmengdi 4 months ago
parent
commit
08cf8f0349
1 changed files with 1 additions and 1 deletions
  1. 1 1
      vue.config.js

+ 1 - 1
vue.config.js

@@ -8,7 +8,7 @@ module.exports = defineConfig({
     open: true, //值为 true的话,项目启动时自动打开到浏览器里边, false不会打开
     proxy: {
       ['/api/als']: {
-        target: 'http://192.168.2.10:9090',
+        target: 'http://localhost:9090',
         ws: false,
         changeOrigin: true,
         pathRewrite: {