龚焕茏
2024-07-19 a7cd5b2d39f856a72d901906a61af00b4e2039a6
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
      }
    }