@@ -60,11 +60,10 @@
}
},
created() {
-// console.log(config)
init();
// 用户是否为管理员
- if (config.user_id === '57e238929f5160d6048b456d') {
-// this.$router.push({path: '/managementList'});
+ if (config.user_id === '57e238929f5160d6048b456d' || config.user_id === '57e38f1b9f5160ac048b457d') {
+ this.$router.push({path: '/managementList'});
function init() {
setTimeout(function () {
@@ -234,7 +234,7 @@
margin-right: 20px;
& > span:nth-child(2) {
- width: 70%;
+ width: 50%;
display: inline-block;