xiangpei
2024-05-09 a40ff20ea396e1b7395451e3820ae77d46aa299b
vue.config.js
@@ -19,7 +19,8 @@
    hotOnly: false,
    proxy: {
      '/api': {
        target: 'http://localhost:8000',
        // target: 'http://80.36.32.171:8085',
        target: 'http://localhost:8085',
        changeOrigin: true
      }
    }