Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Hooke
/
hager
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
hookehuyr
2024-12-16 15:18:50 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b08a146f5cad92a1ff383e88d4e66273ec8e8c74
b08a146f
1 parent
8ed75fdb
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
6 deletions
src/views/user/info.vue
src/views/user/info.vue
View file @
b08a146
<!--
* @Date: 2024-10-18 18:00:47
* @LastEditors: hookehuyr hookehuyr@gmail.com
* @LastEditTime: 2024-12-16 1
4:21:0
4
* @LastEditTime: 2024-12-16 1
5:17:2
4
* @FilePath: /hager/src/views/user/info.vue
* @Description: 文件描述
-->
...
...
@@ -91,12 +91,13 @@ export default {
this.$router.push({
path: '/user/login',
})
} else {
this.email = data.email;
this.username = data.username;
this.tel = data.mobile;
this.corp = data.company;
this.department = data.department;
}
this.email = data.email;
this.username = data.username;
this.tel = data.mobile;
this.corp = data.company;
this.department = data.department;
}
},
onHandle () {
...
...
Please
register
or
login
to post a comment