Compare commits

...

3 Commits

Author SHA1 Message Date
lixuan
a44f29dec6 Merge branch 'master' of http://121.196.213.68:3000/xiaozhiyong/refinery-customer-admin into lixuan 2023-02-28 09:42:08 +08:00
lixuan
7605fe1356 xiugai 2023-02-28 09:42:02 +08:00
97e0d4035b Merge pull request 'lixuan' (#1) from lixuan into master
Reviewed-on: #1
2023-02-27 08:59:52 +00:00

View File

@@ -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]: "",