傅行帆 hace 5 años
padre
commit
b97a3c0a50
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      vue.config.js

+ 1
- 1
vue.config.js Ver fichero

@@ -3,7 +3,7 @@ module.exports = {
3 3
   devServer: {
4 4
     proxy: {
5 5
       '/api': {
6
-        target: 'http://192.168.0.11:8001',
6
+        target: 'http://localhost:8080',
7 7
         changeOrigin: true,
8 8
         // pathRewrite: {
9 9
         //   '^/api': '/'