Commit e56a046c authored by 姬鋆屾's avatar 姬鋆屾

pref:绩效汇总一张表添加导出表格筛选

parent 66cdb552
#开发环境
NODE_ENV = "development"
# VUE_APP_API_BASE_URL= http://112.19.80.237:11039
# VUE_APP_API_BASE_URL= http://192.168.0.2:17500
VUE_APP_API_BASE_URL= http://192.168.0.98:11039
VUE_APP_API_ZWFW_URL= http://112.19.80.237:11031
VUE_APP_PORTAL_URL = /portal_home
\ No newline at end of file
This diff is collapsed.
module.exports = {
productionSourceMap: false,
lintOnSave: false,
devServer: {
inline: true,
disableHostCheck: true,
port: 8087,
hot: true, //自动保存
proxy: {
"/attendance": {
target: 'http://192.168.0.98:11039',
// target: "http://112.19.80.237:11039",
// target: 'http://localhost:17500',
// target: "http://118.122.189.109:11039",
// target: 'http://10.102.252.13:11039',
changeOrigin: true,
secure: false,
cookieDomainRewrite: "localhost",
},
"/zwfw_api_xnjc": {
target: "http://112.19.80.237:11031",
changeOrigin: true,
secure: false,
cookieDomainRewrite: "localhost",
},
},
productionSourceMap: false,
lintOnSave: false,
devServer: {
inline: true,
disableHostCheck: true,
port: 8087,
hot: true, //自动保存
proxy: {
"/attendance": {
// target: "http://192.168.0.2:17500",
target: 'http://192.168.0.98:11039',
// target: "http://112.19.80.237:11039",
// target: 'http://localhost:17500',
// target: "http://118.122.189.109:11039",
// target: 'http://10.102.252.13:11039',
changeOrigin: true,
secure: false,
cookieDomainRewrite: "localhost",
},
"/zwfw_api_xnjc": {
target: "http://112.19.80.237:11031",
changeOrigin: true,
secure: false,
cookieDomainRewrite: "localhost",
},
},
},
};
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