Browse Source

商品基础信息-下载商品导入模版修改为阿里云

kitchenmanage
gwbvipvip 6 months ago
parent
commit
c2ee3f0554
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/pages/database/goods/newgoods/index.jsx

+ 1
- 1
src/pages/database/goods/newgoods/index.jsx View File

@@ -311,7 +311,7 @@ const handleRemove = async (selectedRows) => {
// link.href = url; // link.href = url;
// link.click(); // link.click();
const link = document.createElement('a'); const link = document.createElement('a');
link.href = "https://hbl-test-1305371387.cos.ap-chengdu.myqcloud.com//Franchisee/goods/133534083799594690.xlsx";
link.href = "https://bpa.oss-cn-chengdu.aliyuncs.com/newGoods/商品信息导入模板.xlsx";
link.click(); link.click();
}} }}
> >


Loading…
Cancel
Save