mirror of
https://github.com/WenPai-org/wp-china-yes.git
synced 2025-08-04 20:19:53 +08:00
去除不必要的break
This commit is contained in:
parent
ae1a550ebd
commit
5184b51224
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue