WXL
11 小时以前 3e280975ba21c9b311f3538788c220bdd70e16bc
vue.config.js
@@ -5,7 +5,7 @@
  return path.join(__dirname, dir);
}
const name = process.env.VUE_APP_TITLE || "青附院OPO管理平台"; // 网页标题
const name = process.env.VUE_APP_TITLE || "青大附院OPO管理平台"; // 网页标题
const port = process.env.port || process.env.npm_config_port || 80; // 端口
@@ -33,9 +33,9 @@
    proxy: {
      // detail: https://cli.vuejs.org/config/#devserver-proxy
      [process.env.VUE_APP_BASE_API]: {
        target: `http://www.qdopo.com:9095`,
        // target: `http://www.qdopo.com:9095`,
        // target:`http://192.168.76.25:9095`,//打包地址
        // target:`http://192.168.100.10:8080`,
        target:`http://192.168.100.10:8080`,
        // target:`http://192.168.100.137:8080`,
        // target: `https://slb.hospitalstar.com:9093`,
        changeOrigin: true,