| | |
| | | let viewgird = [ |
| | | { |
| | | path: "/Sys_Log", |
| | | name: "sys_Log", |
| | | component: () => import("@/views/system/Sys_Log.vue"), |
| | | }, |
| | | // { |
| | | // path: "/Sys_Log", |
| | | // name: "sys_Log", |
| | | // component: () => import("@/views/system/Sys_Log.vue"), |
| | | // }, |
| | | { |
| | | path: "/Sys_User", |
| | | name: "Sys_User", |
| | |
| | | path: "/Largescreen", |
| | | name: "Largescreen", |
| | | component: () => import("@/views/tts/LargeScreen/Largescreen.vue"), |
| | | }, { |
| | | path: '/baidu', |
| | | name: 'baidu', |
| | | beforeEnter() { |
| | | window.location.href = 'https://www.baidu.com'; |
| | | } |
| | | } |
| | | |
| | | ]; |
| | | |
| | | export default viewgird; |