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

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

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