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