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

tui

parent c0426b4d
module.exports = { module.exports = {
productionSourceMap: false, productionSourceMap: false,
assetsDir: 's', assetsDir: "s",
configureWebpack: { configureWebpack: {
externals: { externals: {
vue: "Vue", vue: "Vue",
vuex: "Vuex", vuex: "Vuex",
"vue-router": "VueRouter", "vue-router": "VueRouter",
"element-ui": "ELEMENT" "element-ui": "ELEMENT",
}, },
}, },
lintOnSave:false, lintOnSave: false,
devServer: { devServer: {
inline: true, inline: true,
disableHostCheck: true, disableHostCheck: true,
port: 8086, port: 8086,
hot: true,//自动保存 hot: true, //自动保存
proxy: { proxy: {
'/logservice': { "/logservice": {
target: 'http://127.0.0.1:18225', target: "http://112.19.80.237:11092",
changeOrigin: true, // target: 'http://127.0.0.1:18225',
secure: false, changeOrigin: true,
cookieDomainRewrite: 'plm.testnew.com', 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