xiangpei
2024-05-30 306b1433c6a4d1fcce6871d94dc47af8e6f550cc
vue.config.js
@@ -19,8 +19,9 @@
    hotOnly: false,
    proxy: {
      '/api': {
        // target: 'http://192.168.3.87:8085',
        target: 'http://localhost:8085',
        target: 'http://192.168.3.87:8085',
        // target: 'http://192.168.3.88:8085',
        // target: 'http://localhost:8085',
        changeOrigin: true
      }
    }