默认提交
Showing
12 changed files
with
98 additions
and
50 deletions
-
Please register or sign in to post a comment
... | ... | @@ -131,7 +131,7 @@ export default { |
}, | ||
watch: { | ||
userInfo(val) { | ||
this._buildLoginMenu(); | ||
this.buildLoginMenu(); | ||
} | ||
}, | ||
created() { | ||
... | ... |