修复模板下载的路径问题
This commit is contained in:
parent
bb130b2e27
commit
6c4e22f4d1
|
|
@ -476,7 +476,7 @@ export default {
|
|||
// 模板下载
|
||||
downLoadTemp() {
|
||||
const name = 'revokeImport.xls'
|
||||
window.open(`/${name}`)
|
||||
window.open(process.env.NODE_ENV === '"development"' ? `/${name}` : `/aiccs/${name}`)
|
||||
},
|
||||
errorCallback(file) {
|
||||
this.$refs.FakeProgress.error()
|
||||
|
|
|
|||
Loading…
Reference in New Issue