@@ -1624,6 +1624,16 @@
}
})
},
+ //去个人中心
+ goInfo() {
+ if (localStorage.getItem('token')) {
+ this.$router.push({
+ name: 'addResume'
+ })
+ } else {
+ this.goLogin()
+ }
+ },
//获取个人信息
async getUserInfo() {
await this.$Request.get('/app/user/selectUserById').then(res => {