| | |
| | | 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; // 端口 |
| | | |
| | |
| | | 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, |