明树Git Lab

Commit 8538262d authored by yangyajing's avatar yangyajing

大屏单独页面

parent 9f998810
Pipeline #104818 passed with stage
in 14 seconds
...@@ -6,4 +6,9 @@ ...@@ -6,4 +6,9 @@
<script setup></script> <script setup></script>
<style scoped lang="less"></style> <style scoped lang="less">
.app-container{
width: 100%;
height: 100%;
}
</style>
...@@ -9,6 +9,13 @@ const routes = [ ...@@ -9,6 +9,13 @@ const routes = [
component: () => import('@/views/login/index.vue'), component: () => import('@/views/login/index.vue'),
meta: { nopermission: true } meta: { nopermission: true }
}, },
{
path: '/gzbPage',
name: 'gzbPage',
title: '数据大屏',
component: () => import('@/views/homePage/index.vue'),
meta: { menuName: '数据大屏', icon: 'platform', nopermission: true }
},
{ {
path: '/', path: '/',
name: '首页', name: '首页',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment