From afe62150047b3d808ea02ca127f74bfe3828ec2f Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期二, 11 二月 2025 16:43:27 +0800
Subject: [PATCH] 新增大屏显示模块、路由配置,页面图片及表格样式
---
UI-Project/src/router/index.js | 54 ++++++++++++++++++++++++++++++++++++------------------
1 files changed, 36 insertions(+), 18 deletions(-)
diff --git a/UI-Project/src/router/index.js b/UI-Project/src/router/index.js
index 9643500..7ce7cfa 100644
--- a/UI-Project/src/router/index.js
+++ b/UI-Project/src/router/index.js
@@ -46,11 +46,6 @@
component: () => import('../views/Returns/return.vue'),
children:[
{
- path: '/Returns/returns',
- name: 'returns',
- component: () => import('../views/Returns/returns.vue')
- },
- {
path: '/Returns/upreturns',
name: 'upreturns',
component: () => import('../views/Returns/upreturns.vue')
@@ -78,6 +73,11 @@
name: 'identifwu',
component: () => import('../views/Identify/identifwu.vue')
},
+ {
+ path: '/Identify/identifwutwo',
+ name: 'identifwutwo',
+ component: () => import('../views/Identify/identifwutwo.vue')
+ },
]
},
/*----------- 鍗у紡缂撳瓨 ----------------*/
@@ -95,11 +95,6 @@
path: '/Caching/cachingun',
name: 'cachingun',
component: () => import('../views/Caching/cachingun.vue')
- },
- {
- path: '/Caching/cachingyiwu',
- name: 'cachingyiwu',
- component: () => import('../views/Caching/cachingyiwu.vue')
},
]
},
@@ -250,7 +245,7 @@
}
]
},
- /*----------- 澶у睆鏄剧ず ----------------*/
+ /*----------- 鏄剧ず ----------------*/
{
path: 'largescreen',
name: 'largescreen',
@@ -276,17 +271,40 @@
},
]
},
-
+
+ /*----------- 澶у睆鏄剧ず ----------------*/
+ {
+ path: 'largescreendisplay',
+ name: 'screendisplay',
+ component: () => import('../views/largescreendisplay/screendisplay.vue'),
+ children: [
+ {
+ path: '/largescreendisplay/screendisplay',
+ name: 'screendisplay',
+ component: () => import('../views/largescreendisplay/screendisplay.vue')
+ },
+ ]
+ },
/*----------- 涓┖ ----------------*/
{
path: 'hollow',
- name: 'hollowequipment',
- component: () => import('../views/hollow/hollowequipment.vue'),
+ name: 'hol',
+ component: () => import('../views/hollow/hol.vue'),
children: [
{
path: '/hollow/hollowequipment',
name: 'hollowequipment',
component: () => import('../views/hollow/hollowequipment.vue')
+ },
+ {
+ path: '/hollow/hollowequipmenttwo',
+ name: 'hollowequipmenttwo',
+ component: () => import('../views/hollow/hollowequipmenttwo.vue')
+ },
+ {
+ path: '/hollow/hollowslicecage',
+ name: 'hollowslicecage',
+ component: () => import('../views/hollow/hollowslicecage.vue')
},
]
},
@@ -313,10 +331,10 @@
// },
]
},
- {
- path: '',
- redirect: '/Returns/returns'
- }
+ // {
+ // path: '',
+ // redirect: '/hollow/hollowslicecage'
+ // }
]
},
{
--
Gitblit v1.8.0