Skip to content

Commit 41bba1d

Browse files
author
Colin Yang
committed
Remove unreachable code
1 parent 8bd8f6a commit 41bba1d

File tree

1 file changed

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

1 file changed

+0
-5
lines changed

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

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ export default {
6565
this.$router.push('/manage/all')
6666
break
6767
}
68-
case 4: {
69-
this.$router.push('/manage/login')
70-
this.$root.showInfo(`系统已经被初始化过了`)
71-
break
72-
}
7368
case 40: {
7469
this.$root.showInfo(`密码太短`)
7570
break

0 commit comments

Comments
 (0)