bug fix 点击个人信息切换英文

This commit is contained in:
shiziyuan9527 2020-05-12 17:50:18 +08:00
parent f334bee3cb
commit 0a2169b09e
1 changed files with 2 additions and 1 deletions

View File

@ -83,7 +83,8 @@
handleCommand(command) { handleCommand(command) {
switch (command) { switch (command) {
case "personal": case "personal":
this.$setLang("en_US"); // TODO
this.$router.push('/setting/personsetting').catch(error => error);
break; break;
case "logout": case "logout":
this.$get("/signout", function () { this.$get("/signout", function () {