From c978996d3e0390c0050479be4684af895cfb72cd Mon Sep 17 00:00:00 2001 From: 李喆(开发组) <lzhe@yxqiche.com> Date: 星期二, 18 三月 2025 17:17:39 +0800 Subject: [PATCH] 1 --- src/config/route.js | 62 +++++++++++++++++++++++++++++- 1 files changed, 59 insertions(+), 3 deletions(-) diff --git a/src/config/route.js b/src/config/route.js index 83bc1d1..8f86182 100644 --- a/src/config/route.js +++ b/src/config/route.js @@ -1,8 +1,8 @@ /* * @Author: lzhe lzhe@example.com * @Date: 2024-05-24 11:25:26 - * @LastEditors: lzhe lzhe@example.com - * @LastEditTime: 2024-05-29 16:16:57 + * @LastEditors: 鏉庡枂(寮�鍙戠粍) lzhe@yxqiche.com + * @LastEditTime: 2025-03-10 13:57:44 * @FilePath: /src/config/route.js * @Description: 杩欐槸榛樿璁剧疆,璇疯缃甡customMade`, 鎵撳紑koroFileHeader鏌ョ湅閰嶇疆 杩涜璁剧疆: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE */ @@ -88,7 +88,63 @@ type: 'menu', hidden: true } - } + }, + { + name: "浠诲姟璋冨害", + path: "/myiframe/urlPath", + component: "myiframe/urlPath", + meta: { + icon: "el-icon-menu", + title: "浠诲姟璋冨害", + type: 'menu', + hidden: true + } + }, + { + name: "璐﹀彿淇℃伅", + path: "/userCenter/edituser", + component: "userCenter/edituser", + meta: { + icon: "el-icon-menu", + title: "璐﹀彿淇℃伅", + type: 'menu', + hidden: true + } + }, + { + name: "宸ユ椂缁熻璇︽儏", + path: "/mdc/first-workpiece-detail", + component: "mdc/first-workpiece-detail", + meta: { + icon: "el-icon-menu", + title: "宸ユ椂缁熻璇︽儏", + type: 'menu', + hidden: true + } + }, + { + name: "宸ユ椂缁熻杩囩▼", + path: "/mdc/first-workpiece-process", + component: "mdc/first-workpiece-process", + meta: { + icon: "el-icon-menu", + title: "杩囩▼鍒嗘瀽", + type: 'menu', + hidden: true + } + }, + { + name: "澶у睆", + path: "/mdc/forLargeScreen", + component: "mdc/forLargeScreen", + meta: { + icon: "el-icon-menu", + title: "澶у睆", + type: 'menu', + hidden: true + } + }, + ] //const routes = [] -- Gitblit v1.9.3