From 7605fe1356b5ca743a1739579dbb40b021d30b30 Mon Sep 17 00:00:00 2001 From: lixuan Date: Tue, 28 Feb 2023 09:42:02 +0800 Subject: [PATCH] xiugai --- vue.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/vue.config.js b/vue.config.js index 15c7aa3..ed16263 100644 --- a/vue.config.js +++ b/vue.config.js @@ -11,11 +11,12 @@ const name = defaultSettings.title || "vue Admin Template"; const port = process.env.port || process.env.npm_config_port || 9530; module.exports = { - publicPath: "/", + publicPath: "/refineryCus", outputDir: "dist", assetsDir: "static", productionSourceMap: false, devServer: { + disableHostCheck: true, inline: true, port: port, open: false, @@ -29,7 +30,7 @@ module.exports = { [process.env.VUE_APP_BASE_API]: { // target: `https://3816t6291y.oicp.vip`, // target: 'https://6l438d1757.zicp.fun', - target: "http://192.168.110.230:38080", + target: "http://192.168.0.23:38080", changeOrigin: true, pathRewrite: { ["^" + process.env.VUE_APP_BASE_API]: "",