Commit cdfd7a29 by xiongyuwen

no message

parent 28b64af5
......@@ -156,9 +156,9 @@ export default {
// console.log(res.data.result);
// })
if (this.$store.state.user) {
if (!!this.$store.state.user) {
const users = this.$store.state.user.info.attributes;
if (users) {
if (!!users) {
console.log(users, 22);
if (users.username == "熊裕文") {
this.showSyncWanPan = true;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment