xiangpei
2024-07-07 33889c6b19467e2f8dae9990359704adc6e3419d
vue.config.js
@@ -19,9 +19,9 @@
    hotOnly: false,
    proxy: {
      '/api': {
        target: 'http://192.168.3.87:8085',
        // target: 'http://192.168.3.87:8085',
        // target: 'http://192.168.3.88:8085',
        // target: 'http://localhost:8085',
        target: 'http://localhost:8085',
        changeOrigin: true
      }
    }