odc.xiaohui
2023-06-13 a12559e8c816633977358fd21c60c621e5b96645
vue.config.js
@@ -14,12 +14,12 @@
  devServer: {
    open: true,
    host: 'localhost',
    port: 8002,
    port: 8003,
    https: false,
    hotOnly: false,
    proxy: {
      '/api': {
        target: 'http://localhost:8000',
        target: 'http://192.168.3.228:8000',
        changeOrigin: true
      }
    }