Ver código fonte

style: 修复拼写错误

许俊杰 1 ano atrás
pai
commit
dbcf726447
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      Web/src/views/system/infoSetting/index.vue

+ 1 - 1
Web/src/views/system/infoSetting/index.vue

@@ -60,7 +60,7 @@ const state = reactive({
 	},
 	},
 });
 });
 
 
-// 通过onChanne方法获得文件列表
+// 通过onChange方法获得文件列表
 const handleUploadChange = (file: any) => {
 const handleUploadChange = (file: any) => {
 	state.file = file;
 	state.file = file;
 	// 改变 sysLogo,显示预览
 	// 改变 sysLogo,显示预览