fuliqi
2024-07-08 4d8f0c85660d7dd77199e86e9af9e945a1611e52
vue.config.js
@@ -19,7 +19,8 @@
    hotOnly: false,
    proxy: {
      '/api': {
        target: 'http://localhost:8000',
        // target: 'http://localhost:8000',
        target: 'http://192.168.3.64:8000',
        changeOrigin: true
      }
    }