Explorar o código

健康码明细功能

wgl %!s(int64=4) %!d(string=hai) anos
pai
achega
8e810d6b29

+ 12 - 0
src/projects/business/router/master.js

@@ -1268,6 +1268,18 @@ const routesMaster = [
 							mode: true
 						}
 					},
+					//健康码明细列表
+					{
+						path: 'codeList',
+						name: 'MasterHealthCodeList',
+						component: () => import('../views/Master/Health/CodeList.vue'),
+						meta: {
+							requireAuth: true,
+							role: [],
+							title: '健康码明细列表',
+							mode: true
+						}
+					},
 				],
 			},
 

+ 8 - 0
src/projects/business/views/Master/Health/CodeList.vue

@@ -0,0 +1,8 @@
+<template>
+</template>
+
+<script>
+</script>
+
+<style>
+</style>