lilei 2 년 전
부모
커밋
60ab44fbac
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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()