xiangpei
2024-07-08 88dac9c2f9b83c627fa94d6b035b332a2f0e3d15
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
      }
    }