Przeglądaj źródła

2022年5月7日22:51:13

master
shenbo 3 lat temu
rodzic
commit
371e5c75a7

+ 2
- 2
src/data/menuData.ts Wyświetl plik

@@ -44,11 +44,11 @@ export const list = [
},
{
title: '通行流水查询服务',
path: 'home1',
path: 'trafficFlow',
children: []
}, {
title: '黑名单查询服务',
path: 'home1',
path: 'blacklistQuery',
children: []
}, {
title: '卡签售后服务',

+ 16
- 2
src/router/index.ts Wyświetl plik

@@ -30,12 +30,26 @@ const routes: RouteRecordRaw[] = [
},
},{
path: '/views/dengmingcong/index',
name: 'demo',
name: 'home1',
meta: { title: '菜单模块', isAuth: true }, //用户自定内容
components: {
key: () => import('@/views/dengmingcong/index.vue'),
},
},
},{
path: '/views/shengbo/blacklistQuery/blacklistQuery',
name: 'blacklistQuery',
meta: { title: '菜单模块', isAuth: true }, //黑名单查询服务
components: {
key: () => import('@/views/shengbo/blacklistQuery/blacklistQuery.vue'),
},
},{
path: '/views/shengbo/trafficFlow/trafficFlow',
name: 'trafficFlow',
meta: { title: '菜单模块', isAuth: true }, //通行流水查询服务
components: {
key: () => import('@/views/shengbo/trafficFlow/trafficFlow.vue'),
},
}
],
}
]

+ 7
- 0
src/views/shengbo/blacklistQuery/blacklistQuery.vue Wyświetl plik

@@ -0,0 +1,7 @@
<template>
blacklistQuery
</template>

<script lang="ts" setup>
</script>

+ 7
- 0
src/views/shengbo/trafficFlow/trafficFlow.vue Wyświetl plik

@@ -0,0 +1,7 @@
<template>
trafficFlow
</template>

<script lang="ts" setup>
</script>

+ 1979
- 2245
yarn.lock
Plik diff jest za duży
Wyświetl plik


Ładowanie…
Anuluj
Zapisz