From 2dfc8dc4bcd3d3cd4aed1b6054e073e140eba9c8 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Mon, 19 May 2025 16:05:50 +0800
Subject: [PATCH] Merge branch 'master' into jiangwu

---
 src/router/views/index.js |   20 +++++++++++++++++++-
 1 files changed, 19 insertions(+), 1 deletions(-)

diff --git a/src/router/views/index.js b/src/router/views/index.js
index a1c8c7d..d2da43f 100644
--- a/src/router/views/index.js
+++ b/src/router/views/index.js
@@ -10,7 +10,7 @@
     children: [
       {
         path: 'index',
-        name: '首页',
+        name: '个人工作台',
         meta: {
           i18n: 'dashboard',
         },
@@ -27,6 +27,24 @@
       },
     ],
   },
+  // 事件工单
+  // {
+  //    path: '/tickets',
+  //   component: () =>
+  //    Store.getters.isMacOs ? import('@/mac/index.vue') : import('@/page/index/index.vue'),
+  //    redirect: '/tickets/ticket',
+  //    children: [
+  //    {
+  //    path: 'ticket',
+  //  name: '事件工单',
+  //    meta: {
+  //    i18n: 'dashboard',
+  //   },
+  //   component: () => import(/* webpackChunkName: "views" */ '@/views/tickets/ticket.vue'),
+  //    },
+  //   ],
+  //    },
+
   {
     path: '/test',
     component: Layout,

--
Gitblit v1.9.3