From 0ae83a895e80a4b9777a27f613d721a7e5e2ac18 Mon Sep 17 00:00:00 2001 From: ali <ali9696@163.com> Date: 星期二, 03 九月 2024 10:18:27 +0800 Subject: [PATCH] 整体样式修改 --- energy_management_ui/src/router/index.js | 227 +++++++++++++++++++++++++++++++------------------------- 1 files changed, 125 insertions(+), 102 deletions(-) diff --git a/energy_management_ui/src/router/index.js b/energy_management_ui/src/router/index.js index a7967d6..9442076 100644 --- a/energy_management_ui/src/router/index.js +++ b/energy_management_ui/src/router/index.js @@ -1,10 +1,10 @@ -import Vue from 'vue' -import Router from 'vue-router' +import Vue from "vue"; +import Router from "vue-router"; -Vue.use(Router) +Vue.use(Router); /* Layout */ -import Layout from '@/layout' +import Layout from "@/layout"; /** * Note: 璺敱閰嶇疆椤� @@ -25,150 +25,173 @@ */ // 鍏叡璺敱 -export const constantRoutes = [{ - path: '/redirect', +export const constantRoutes = [ + { + path: "/redirect", component: Layout, hidden: true, - children: [{ - path: '/redirect/:path*', - component: () => import('@/views/redirect') - }] + children: [ + { + path: "/redirect/:path*", + component: () => import("@/views/redirect") + } + ] }, { - path: '/login', - component: () => import('@/views/login'), + path: "/login", + component: () => import("@/views/login"), hidden: true }, { - path: '/404', - component: () => import('@/views/error/404'), + path: "/404", + component: () => import("@/views/error/404"), hidden: true }, { - path: '/401', - component: () => import('@/views/error/401'), + path: "/401", + component: () => import("@/views/error/401"), hidden: true }, { - path: '', + path: "", component: Layout, - redirect: 'index', - children: [{ - path: 'index', - component: () => import('@/views/index'), - name: '棣栭〉', - meta: { - title: '棣栭〉', - icon: 'dashboard', - noCache: true, - affix: true + redirect: "index", + children: [ + { + path: "index", + component: () => import("@/views/index"), + name: "棣栭〉", + meta: { + title: "棣栭〉", + icon: "dashboard", + noCache: true, + affix: true + } } - }] + ] }, { - path: '/indexdev', - component: () => import('@/views/index_dev'), - hidden: 'true' + path: "/indexdev", + component: () => import("@/views/index"), + hidden: "true" }, { - path: '/user', + path: "/user", component: Layout, hidden: true, - redirect: 'noredirect', - children: [{ - path: 'profile', - component: () => import('@/views/system/user/profile/index'), - name: 'Profile', - meta: { - title: '涓汉涓績', - icon: 'user' + redirect: "noredirect", + children: [ + { + path: "profile", + component: () => import("@/views/system/user/profile/index"), + name: "Profile", + meta: { + title: "涓汉涓績", + icon: "user" + } } - }] + ] }, { - path: '/dict', + path: "/dict", component: Layout, hidden: true, - children: [{ - path: 'type/data/:dictId(\\d+)', - component: () => import('@/views/system/dict/data'), - name: 'Data', - meta: { - title: '瀛楀吀鏁版嵁', - icon: '' + children: [ + { + path: "type/data/:dictId(\\d+)", + component: () => import("@/views/system/dict/data"), + name: "Data", + meta: { + title: "瀛楀吀鏁版嵁", + icon: "" + } } - }] + ] }, { - path: '/gen', + path: "/gen", component: Layout, hidden: true, - children: [{ - path: 'edit', - component: () => import('@/views/tool/gen/editTable'), - name: 'GenEdit', - meta: { - title: '淇敼鐢熸垚閰嶇疆' + children: [ + { + path: "edit", + component: () => import("@/views/tool/gen/editTable"), + name: "GenEdit", + meta: { + title: "淇敼鐢熸垚閰嶇疆" + } } - }] + ] }, { - path: '/model', + path: "/model", component: Layout, hidden: true, - children: [{ - path: '', - component: () => import('@/views/basicsetting/model/index'), - name: 'modelManage', - meta: { - title: '妯″瀷绠$悊' + children: [ + { + path: "", + component: () => import("@/views/basicsetting/model/index"), + name: "modelManage", + meta: { + title: "妯″瀷绠$悊" + } } - }] - }, { - path: '/electricityPrice', - component: Layout, - hidden: true, - children: [{ - path: 'listHistory', - component: () => import('@/views/electricityPrice/electricity/history'), - name: 'electricity', - meta: { - title: '宄板钩璋峰巻鍙茶褰�', - icon: '' - } - }] - }, { - path: '/energyConsumption', - component: Layout, - hidden: true, - children: [{ - path: 'listEnergyConsumption/:timeType/:beginTime/:endTime/:indexCode/:id/:titleName', - component: () => import('@/views/energyStatistics/energyConsumption/consumptionCost'), - name: 'listEnergyConsumption', - meta: { - title: '鑳芥簮娑堣垂鎴愭湰鍒嗘椂鍒嗘瀽鎶ヨ〃' - } - }] + ] }, { - path: '/rosteringSchemeitem', + path: "/electricityPrice", component: Layout, hidden: true, - children: [{ - path: 'list/:id', - component: () => import('@/views/workforce/management/schemeItem'), - name: 'list', - meta: { - title: '杞�兼柟妗堢粏鍒�' + children: [ + { + path: "listHistory", + component: () => import("@/views/electricityPrice/electricity/history"), + name: "electricity", + meta: { + title: "宄板钩璋峰巻鍙茶褰�", + icon: "" + } } - }] + ] + }, + { + path: "/energyConsumption", + component: Layout, + hidden: true, + children: [ + { + path: + "listEnergyConsumption/:timeType/:beginTime/:endTime/:indexCode/:id/:titleName", + component: () => + import("@/views/energyStatistics/energyConsumption/consumptionCost"), + name: "listEnergyConsumption", + meta: { + title: "鑳芥簮娑堣垂鎴愭湰鍒嗘椂鍒嗘瀽鎶ヨ〃" + } + } + ] + }, + { + path: "/rosteringSchemeitem", + component: Layout, + hidden: true, + children: [ + { + path: "list/:id", + component: () => import("@/views/workforce/management/schemeItem"), + name: "list", + meta: { + title: "杞�兼柟妗堢粏鍒�" + } + } + ] } -] +]; export default new Router({ - mode: 'history', // 鍘绘帀url涓殑# + mode: "history", // 鍘绘帀url涓殑# scrollBehavior: () => ({ y: 0 }), routes: constantRoutes -}) +}); -- Gitblit v1.9.3