소스 검색

2022年5月7日22:51:13

master
shenbo 3 년 전
부모
커밋
371e5c75a7
5개의 변경된 파일2011개의 추가작업 그리고 2249개의 파일을 삭제
  1. 2
    2
      src/data/menuData.ts
  2. 16
    2
      src/router/index.ts
  3. 7
    0
      src/views/shengbo/blacklistQuery/blacklistQuery.vue
  4. 7
    0
      src/views/shengbo/trafficFlow/trafficFlow.vue
  5. 1979
    2245
      yarn.lock

+ 2
- 2
src/data/menuData.ts 파일 보기

@@ -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 파일 보기

@@ -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 파일 보기

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

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

+ 7
- 0
src/views/shengbo/trafficFlow/trafficFlow.vue 파일 보기

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

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

+ 1979
- 2245
yarn.lock
파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
파일 보기


Loading…
취소
저장