| | |
| | | // console.log(res,'getAdminRoleInfo'); |
| | | this.$store.state.user.isAdmin = res.data.isAdmin |
| | | this.$store.state.user.isAssistant = res.data.isAssistant |
| | | this.$store.state.user.isTyRole = res.data.isTyRole |
| | | this.$store.state.user.isCjRole = res.data.isCjRole |
| | | this.$store.state.user.isZcRole = res.data.isZcRole |
| | | this.$store.state.user.isCzRole = res.data.isCzRole |
| | | this.$store.state.user.isBzRole = res.data.isBzRole |
| | | this.$store.state.user.isTzRole = res.data.isTzRole |
| | | this.$store.state.user.isYwzRole = res.data.isYwzRole |
| | | this.$store.state.user.roles = res.data.roles |
| | | this.$store.state.debug = res.data.debug |
| | | this.$store.state.test = res.data.test |