李志伟 hace 3 años
padre
commit
1611e3d11e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js Ver fichero

@@ -33,7 +33,7 @@ module.exports = {
33 33
     open: true,
34 34
     proxy: {
35 35
       '/api': {
36
-        target: 'http://192.168.89.147:8080',
36
+        target: 'http://192.168.89.147:9000',
37 37
         changeOrigin: true
38 38
       }
39 39
     }