lilei 2 năm trước cách đây
mục cha
commit
60ab44fbac

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