From fb3b3e41804abeeb4a54d9df3030bc3cdb75c245 Mon Sep 17 00:00:00 2001
From: 吴健 <14790700720@163.com>
Date: 星期三, 27 十一月 2024 10:21:02 +0800
Subject: [PATCH] add 工艺配方

---
 billion-ui/src/router/index.js |   16 +++++++++++++++-
 1 files changed, 15 insertions(+), 1 deletions(-)

diff --git a/billion-ui/src/router/index.js b/billion-ui/src/router/index.js
index 1849928..1222d21 100644
--- a/billion-ui/src/router/index.js
+++ b/billion-ui/src/router/index.js
@@ -135,6 +135,20 @@
     ]
   },
   {
+    path: '/main/formula-data',
+    component: Layout,
+    hidden: true,
+    permissions: ['bs:formulaInfo:list'],
+    children: [
+      {
+        path: 'index',
+        component: () => import('@/views/main/bs/formulaInfoChild/index'),
+        name: 'Data',
+        meta: { title: '宸ヨ壓閰嶆柟璇︽儏', activeMenu: '/main/bs/formulaInfoChild' }
+      }
+    ]
+  },
+  {
     path: '/main/route-data',
     component: Layout,
     hidden: true,
@@ -205,7 +219,7 @@
 }
 
 export default new Router({
-  mode: 'history', // 鍘绘帀url涓殑#
+  mode: 'hash', // 鍘绘帀url涓殑#
   scrollBehavior: () => ({ y: 0 }),
   routes: constantRoutes
 })

--
Gitblit v1.9.3