Commit 56ccd4d4 authored by 姬鋆屾's avatar 姬鋆屾

tui

parent c0426b4d
module.exports = {
productionSourceMap: false,
assetsDir: 's',
configureWebpack: {
externals: {
vue: "Vue",
vuex: "Vuex",
"vue-router": "VueRouter",
"element-ui": "ELEMENT"
},
},
lintOnSave:false,
devServer: {
inline: true,
disableHostCheck: true,
port: 8086,
hot: true,//自动保存
proxy: {
'/logservice': {
target: 'http://127.0.0.1:18225',
changeOrigin: true,
secure: false,
cookieDomainRewrite: 'plm.testnew.com',
}
}
}
}
productionSourceMap: false,
assetsDir: "s",
configureWebpack: {
externals: {
vue: "Vue",
vuex: "Vuex",
"vue-router": "VueRouter",
"element-ui": "ELEMENT",
},
},
lintOnSave: false,
devServer: {
inline: true,
disableHostCheck: true,
port: 8086,
hot: true, //自动保存
proxy: {
"/logservice": {
target: "http://112.19.80.237:11092",
// target: 'http://127.0.0.1:18225',
changeOrigin: true,
secure: false,
cookieDomainRewrite: "plm.testnew.com",
},
},
},
};
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment