lilei 2 years ago
parent
commit
60ab44fbac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/productManagement/productInfo/importGuideModal.vue

+ 1 - 1
src/views/productManagement/productInfo/importGuideModal.vue

@@ -124,7 +124,7 @@ export default {
     handleExport () {
       const link = document.createElement('a')
       link.style.display = 'none'
-      link.href = 'https://jg-ocs.oss-cn-beijing.aliyuncs.com/templ/promo/expenseAccountDetailImport.xlsx?t=' + new Date().getTime()
+      link.href = 'https://jg-ocs.oss-cn-beijing.aliyuncs.com/templ/promo/productImport.xlsx?t=' + new Date().getTime()
       link.setAttribute('download', '产品批量导入模板' + '.xlsx')
       document.body.appendChild(link)
       link.click()