Commit 69d82f3b by yuananting

fix:下载模板替换

parent e5424845
...@@ -33,7 +33,7 @@ class BatchImportQuestionModal extends Component { ...@@ -33,7 +33,7 @@ class BatchImportQuestionModal extends Component {
// 下载题目模板 // 下载题目模板
handleDownTemplate = () => { handleDownTemplate = () => {
const a = document.createElement("a"); const a = document.createElement("a");
a.href = "https://image.xiaomaiketang.com/xm/question_template.xlsx"; a.href = "https://image.xiaomaiketang.com/xm/questionImport.xlsx";
a.click(); a.click();
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment