Skip to content

Commit abfe002

Browse files
author
Colin Yang
committed
Fixed code issue
1 parent 0310360 commit abfe002

File tree

1 file changed

+1
-0
lines changed
  • frontend/tinywebdb-php-vue/src/components/manage

1 file changed

+1
-0
lines changed

frontend/tinywebdb-php-vue/src/components/manage/Setting.vue

+1
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@ export default {
140140
}
141141
case 50: {
142142
this.$root.showInfo(`保存设置'${settingId}'失败,服务器无法识别该设置项,可能是由于服务器版本过老引起的`)
143+
break
143144
}
144145
default: {
145146
this.$root.showInfo(`保存设置'${settingId}'失败,错误码${status}`)

0 commit comments

Comments
 (0)