xiangpei
2024-11-28 efefbc15efe54bbd4da12bf8aff49432f5b752b8
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
      }
    }