去除不必要的break

This commit is contained in:
sunxiyuan 2020-04-10 14:05:44 +08:00
parent ae1a550ebd
commit 5184b51224

View file

@ -51,13 +51,10 @@ function getIcon(type) {
switch (type) {
case 1:
return '{$plugin_url}image/enterprise.svg';
break;
case 2:
return '{$plugin_url}image/personage.svg';
break;
case 3:
return '{$plugin_url}image/school.svg';
break;
default:
break;
}