xiangpei
2024-07-05 beb8b7b5f85ee7d5cd51c1ff90dc24b9abc40723
vue.config.js
@@ -19,8 +19,8 @@
    hotOnly: false,
    proxy: {
      '/api': {
        target: 'http://localhost:8000',
        // target: 'http://192.168.3.64:8000',
        // target: 'http://localhost:8000',
        target: 'http://192.168.3.64:8000',
        changeOrigin: true
      }
    }