mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2025-12-19 09:25:53 +08:00
添加注释,删除无用代码
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user