bug fix 点击个人信息切换英文
This commit is contained in:
parent
f334bee3cb
commit
0a2169b09e
|
@ -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 () {
|
||||||
|
|
Loading…
Reference in New Issue