From 4ccbd3f826a1e4c02524987d44e194b5d87cdc95 Mon Sep 17 00:00:00 2001 From: shuguang Date: Tue, 12 Nov 2024 20:44:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .DS_Store | Bin 6148 -> 6148 bytes 停车场管理系统/.DS_Store | Bin 6148 -> 6148 bytes .../rent_car_admin-master/src/router/index.js | 28 +----------------- 3 files changed, 1 insertion(+), 27 deletions(-) diff --git a/.DS_Store b/.DS_Store index 709d4e7367a221b21b662052e111aa78b2ebd72e..a541e4a564447450d7c11a39d5d4849f98992d4d 100644 GIT binary patch delta 26 hcmZoMXffC@jg^(1ot>L~@@&>HW=>Ad&0kmrgaBMM22}t6 delta 26 hcmZoMXffC@jg^&yor9ZW@@&>HW)4n{&0kmrgaBMu237z7 diff --git a/停车场管理系统/.DS_Store b/停车场管理系统/.DS_Store index 3a076fb710847852150337159de35deee75403c0..75fbab5b618339f081bcdd5226c8620720e29131 100644 GIT binary patch delta 96 zcmZoMXffE}&Lp-YsURn_xWvHV8Y2@k3o9Et5OA|kj%5ndZ+`Rm*$q$+28M`+#GPAL6X5;wB4*-6@7*PNK delta 96 zcmZoMXffE}&Lp-osURn_xWvHV8Y2@k3o9Et2RjEh$K+V1Fg*@V4$gQ1$?9rD0|QeX z1tUv~S{;RIOCtjv1ruYl+FDKyQDuGWp!n>Z+`Rnm$q$(18GAM{v$1Yw=lIJH0Da~d AhX4Qo diff --git a/停车场管理系统/car/rent_car_admin-master/rent_car_admin-master/src/router/index.js b/停车场管理系统/car/rent_car_admin-master/rent_car_admin-master/src/router/index.js index 877d249..fdeabdb 100644 --- a/停车场管理系统/car/rent_car_admin-master/rent_car_admin-master/src/router/index.js +++ b/停车场管理系统/car/rent_car_admin-master/rent_car_admin-master/src/router/index.js @@ -5,31 +5,6 @@ Vue.use(Router) /* Layout */ import Layout from '@/layout' - -/** - * Note: sub-menu only appear when route children.length >= 1 - * Detail see: https://panjiachen.github.io/vue-element-admin-site/guide/essentials/router-and-nav.html - * - * hidden: true if set true, item will not show in the sidebar(default is false) - * alwaysShow: true if set true, will always show the root menu - * if not set alwaysShow, when item has more than one children route, - * it will becomes nested mode, otherwise not show the root menu - * redirect: noRedirect if set noRedirect will no redirect in the breadcrumb - * name:'router-name' the name is used by (must set!!!) - * meta : { - roles: ['admin','editor'] control the page roles (you can set multiple roles) - title: 'title' the name show in sidebar and breadcrumb (recommend set) - icon: 'svg-name'/'el-icon-x' the icon show in the sidebar - breadcrumb: false if set false, the item will hidden in breadcrumb(default is true) - activeMenu: '/example/list' if set path, the sidebar will highlight the path you set - } - */ - -/** - * constantRoutes - * a base page that does not have permission requirements - * all roles can be accessed - */ export const constantRoutes = [{ // 用户登录路由 path: '/login', @@ -70,7 +45,7 @@ export const constantRoutes = [{ name: 'Car', component: () => import ('@/views/Car/Car.vue'), - meta: { title: '租车地图', icon: 'car' } + meta: { title: '停车场大图', icon: 'car' } }] }] }, @@ -144,7 +119,6 @@ export const constantRoutes = [{ ] const createRouter = () => new Router({ - // mode: 'history', // require service support scrollBehavior: () => ({ y: 0 }), routes: constantRoutes })