添加注释,删除无用代码

This commit is contained in:
mabo
2021-05-13 18:09:36 +08:00
parent 967e673647
commit a2752a731d
122 changed files with 868 additions and 1185 deletions

View File

@@ -96,16 +96,12 @@ export default {
name: "personal-enter",
data() {
return {
activeName: "基本信息",
userForm: {
activeName: "基本信息", // 激活的tab
userForm: { // 用户信息
avatar: "",
nickname: ""
},
codeError: "",
sending: false,
jumping: false,
currMenu: "基本信息",
dictSex: this.$store.state.dict.sex
currMenu: "基本信息" // 当前菜单
};
},
methods: {