WXL (wul)
2 天以前 30a30cc63f9872790a6fd3e2e6978518adbcdecb
vue.config.js
@@ -36,8 +36,9 @@
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        // target: `https://www.health-y.cn/lssf`,
        // target: `http://10.202.20.185:8095`,
        target: `http://192.168.100.10:8096`,
        // target: `http://192.168.100.127:8095`,
        // target: `http://192.168.100.10:8094`,//省立同德
        target: `http://192.168.100.10:8095`,//新华
        // target:`http://localhost:8095`,
        // target:`http://35z1t16164.qicp.vip`,
        // target: `http://192.168.100.193:8095`,
@@ -47,7 +48,8 @@
        pathRewrite: {
          ['^' + process.env.VUE_APP_BASE_API]: ''
        }
      }
      },
    },
    disableHostCheck: true
  },