后台管理添加体温上报
This commit is contained in:
@@ -31,6 +31,15 @@ const routes: RouteRecordRaw[] = [
|
||||
},
|
||||
component: () => import('../views/shop-good-setting.vue'),
|
||||
},
|
||||
{
|
||||
path: '/report-setting',
|
||||
name: 'report-setting',
|
||||
meta: {
|
||||
title: '体温管理',
|
||||
permiss: 'report-setting',
|
||||
},
|
||||
component: () => import('../views/report-setting.vue'),
|
||||
},
|
||||
{
|
||||
path: '/shop-cate-setting',
|
||||
name: 'shop-cate-setting',
|
||||
|
Reference in New Issue
Block a user