jazz
2022-08-24 a4b91616ceae752e11cb6fc5198ebadf52cd68ed
update_202208241604_下载模板修改链接
1个文件已修改
2 ■■■ 已修改文件
src/pages/index/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
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
    }