From a4b91616ceae752e11cb6fc5198ebadf52cd68ed Mon Sep 17 00:00:00 2001 From: jazz <jazzxhunter@163.com> Date: 星期三, 24 八月 2022 16:05:15 +0800 Subject: [PATCH] update_202208241604_下载模板修改链接 --- src/pages/index/index.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/pages/index/index.vue b/src/pages/index/index.vue index c12d1ce..f23d533 100644 --- a/src/pages/index/index.vue +++ b/src/pages/index/index.vue @@ -537,7 +537,7 @@ // 瀵煎嚭鍒楄〃 exportList() { var adminToken = getToken() - const path = `${window.location.protocol}//${window.location.host}/sms/send-general/get/temp?adminToken=${adminToken}` + const path = `${window.location.protocol}//${window.location.host}/sms-admin/send-general/get/temp?adminToken=${adminToken}` console.log('path', path) window.location.href = path } -- Gitblit v1.8.0