lixuan #2

Merged
lixuan merged 2 commits from lixuan into master 2 years ago
  1. 5
      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; const port = process.env.port || process.env.npm_config_port || 9530;
module.exports = { module.exports = {
publicPath: "/", publicPath: "/refineryCus",
outputDir: "dist", outputDir: "dist",
assetsDir: "static", assetsDir: "static",
productionSourceMap: false, productionSourceMap: false,
devServer: { devServer: {
disableHostCheck: true,
inline: true, inline: true,
port: port, port: port,
open: false, open: false,
@ -29,7 +30,7 @@ module.exports = {
[process.env.VUE_APP_BASE_API]: { [process.env.VUE_APP_BASE_API]: {
// target: `https://3816t6291y.oicp.vip`, // target: `https://3816t6291y.oicp.vip`,
// target: 'https://6l438d1757.zicp.fun', // target: 'https://6l438d1757.zicp.fun',
target: "http://192.168.110.230:38080", target: "http://192.168.0.23:38080",
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
["^" + process.env.VUE_APP_BASE_API]: "", ["^" + process.env.VUE_APP_BASE_API]: "",

Loading…
Cancel
Save