feat: 修复icon显示问题和添加红绿图模式示例组件并更新路由配置

This commit is contained in:
bighuixiang
2025-06-22 15:20:08 +08:00
parent 584f6a7db0
commit fad2c220af
5 changed files with 302 additions and 7 deletions

View File

@@ -22,6 +22,13 @@ const routes: Array<RouteRecordRaw> = [
meta: { enter: "all" },
component: () => import("@/views/Login.vue"),
},
{
path: "/canvasExample",
name: "canvasExample",
meta: { enter: "all" },
component: () => import("@/component/Canvas/canvasExample.vue"),
},
{
path: "/schoolLogin",
name: "schoolLogin",