gaoshp
2024-11-19 f29900986f01cf5d39b5755cec674825cef27961
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 };