From a19f095ac1404c551719de7e4c08044aa7aa8d2b Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期六, 10 一月 2026 16:15:05 +0800
Subject: [PATCH] 双奇点 1.编辑采购台账时,删除产品时,弹出两个提示需修改下 2.采购台账添加附件操作按钮和页面

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

diff --git a/src/router/index.js b/src/router/index.js
index 2ee88bd..d190347 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -43,6 +43,11 @@
     hidden: true
   },
   {
+    path: "/callbacklccpn",
+    component: () => import("@/views/tideLogin.vue"),
+    hidden: true,
+  },
+  {
     path: '/register',
     component: () => import('@/views/register'),
     hidden: true
@@ -71,33 +76,6 @@
       }
     ]
   },
-  // {
-  //   path: '/equipment',
-  //   component: Layout,
-  //   redirect: '/equipment/iot-monitor',
-  //   children: [
-  //     {
-  //       path: 'iot-monitor',
-  //       component: () => import('@/views/equipmentManagement/iotMonitor/index.vue'),
-  //       name: 'IoTMonitor',
-  //       meta: { title: 'IoT鐩戞帶', icon: 'monitor', noCache: true }
-  //     }
-  //   ]
-  // },
-  // {
-  //   path: '/main/MobileChat',
-  //   component: Layout,
-  //   redirect: '',
-  //   hidden: true,
-  //   children: [
-  //     {
-  //       path: '',
-  //       component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'),
-  //       name: 'MobileChat',
-  //       meta: { title: 'AI瀵硅瘽', icon: 'dashboard', affix: true}
-  //     }
-  //   ]
-  // },
   {
     path: '/user',
     component: Layout,
@@ -131,6 +109,21 @@
     ]
   },
   {
+    path: '/main/MobileChat',
+    component: Layout,
+    redirect: '',
+    hidden: true,
+    permissions: ['MobileChat:edit'],
+    children: [
+      {
+        path: '',
+        component: () => import('@/views/chatHome/chatHomeIndex/MobileChat'),
+        name: 'MobileChat',
+        meta: { title: 'AI瀵硅瘽', activeMenu: '/chatHome/chatHomeIndex'}
+      }
+    ]
+  },
+  {
     path: '/system/role-auth',
     component: Layout,
     hidden: true,

--
Gitblit v1.9.3