1
lzhe
2024-10-10 a2668657ae21f07283667dc8b4cfa461687cab3e
1
已修改2个文件
3 ■■■■ 文件已修改
src/layout/index.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/login/components/passwordForm.vue 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/layout/index.vue
@@ -293,7 +293,7 @@
                    this.$router.push({path: '/myiframe/urlPath',query:{name: foundRoute.name,src:foundRoute.origin}});
                    return;
                }
                if(foundRoute.name != "数字看板") {
                if(foundRoute.name != "看板") {
                    this.$router.push({path: key});
                }else {
                    window.open(key + `?token=${TOKEN}`,'_blank');
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 };