수정건 수정

This commit is contained in:
USER
2022-07-27 10:31:41 +09:00
parent 3093a33015
commit d5bf4444a3
22 changed files with 89 additions and 58 deletions

View File

@@ -6,13 +6,13 @@ export default [
path: '/mntrng/sendList',
component: SendList,
name: 'sendList',
meta: { public: true }
meta: { public: false }
},
{
path: '/mntrng/liveSendSttus',
component: LiveSendSttus,
name: 'liveSendSttus',
meta: { public: true }
meta: { public: false }
},
]