src/views/login/components/passwordForm.vue
@@ -129,7 +129,6 @@ //获取多个工作台 this.$HTTP.get("/api/blade-system/workbench/list?status=1").then(resp => { if (resp.data.length) { //console.log(resp.data,resp.data[0].name,333); resp.data.forEach((item, index) => { item.component = "home"; item.meta = { title: item.name, icon: 'el-icon-menu', affix: true };