田源
2025-01-09 8a166a60cfd1a2e593ffa103d10c0dc224fc8628
Source/plt-web/plt-web-ui/vue.config.js
@@ -23,11 +23,12 @@
  //开发模式反向代理配置,生产模式请使用Nginx部署并配置反向代理
  devServer: {
    port: 12000,
    disableHostCheck: true, // 跳过检查host
    proxy: {
      '/api': {
        //本地服务接口地址
        // target: 'http://localhost:12000/web',
        target: 'http://192.168.0.105:12005/web', // yxc
        target: 'http://localhost:12001/web',
        // target: 'http://192.168.0.105:12005/web', // yxc
        // target: 'http://192.168.0.103:12005/web', // ldc
        // target: 'http://dev.vci-tech.com:37000',
        //远程演示服务地址,可用于直接启动项目