资料编辑

This commit is contained in:
zhaofang
2022-09-22 17:25:01 +08:00
parent db6e967821
commit ebf92f4fd0
5 changed files with 242 additions and 121 deletions

View File

@@ -179,7 +179,7 @@ import {userAvatarText,cutFullName} from "@/utils/tools.js";
this.$store.dispatch('SetCurIdentity',iden);
},
jumrank(){
this.$router.push({ path: '/user/ranking' });
this.$router.push('/user/ranking');
},
toPage(url){