From 991c77f5dd140f6b32203d127c67e912b6c1e988 Mon Sep 17 00:00:00 2001 From: lihui Date: Thu, 24 Jul 2025 11:08:01 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E4=B8=AA=E7=A9=BA=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/router/index.js b/src/router/index.js index 1362ca2..7cc393a 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -6,6 +6,7 @@ import {ref} from "vue"; // 路由定义(包含权限映射 meta.permissionId) const routes = [ // { + // path: '/workspace', // name: "workspace", // component: () => import("../views/workspace/audit.vue"),