From 6c4e22f4d135b2119985cbac0e58b25131119141 Mon Sep 17 00:00:00 2001 From: zhouxy Date: Tue, 13 Jan 2026 16:38:38 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=A8=A1=E6=9D=BF=E4=B8=8B?= =?UTF-8?q?=E8=BD=BD=E7=9A=84=E8=B7=AF=E5=BE=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/forceNotice/inclusion/list.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/forceNotice/inclusion/list.vue b/src/views/forceNotice/inclusion/list.vue index 215cd5d..39cd46d 100644 --- a/src/views/forceNotice/inclusion/list.vue +++ b/src/views/forceNotice/inclusion/list.vue @@ -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()