odc.xiaohui
2023-06-12 2ffcb911955044f5b451144bef6e857c69363f04
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
      }
    }