修复模板下载的路径问题

This commit is contained in:
zhouxy 2026-01-13 16:38:38 +08:00
parent bb130b2e27
commit 6c4e22f4d1
1 changed files with 1 additions and 1 deletions

View File

@ -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()