Skip to content

Commit de98428

Browse files
committed
fix(style): 删除多余空格
1 parent 71cff85 commit de98428

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/components/importTmpl.vue

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @Author: 秦少卫
33
* @Date: 2022-09-03 19:16:55
44
* @LastEditors: 秦少卫
5-
* @LastEditTime: 2024-05-11 14:07:09
5+
* @LastEditTime: 2024-05-11 18:19:04
66
* @Description: 导入模板
77
-->
88

@@ -166,7 +166,6 @@ const getTempData = (json) => {
166166
});
167167
router.replace('/');
168168
canvasEditor.loadJSON(JSON.stringify(json), Spin.hide);
169-
170169
};
171170
</script>
172171

0 commit comments

Comments
 (0)