ludc
2024-12-05 72fe11177f72ab0c6aa78fa10e374d3c0f2193ee
Source/plt-web/plt-web-ui/vue.config.js
@@ -23,6 +23,7 @@
  //开发模式反向代理配置,生产模式请使用Nginx部署并配置反向代理
  devServer: {
    port: 12000,
    disableHostCheck: true, // 跳过检查host
    proxy: {
      '/api': {
        //本地服务接口地址