mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2025-12-07 09:34:38 +09:00
hubez-admin partner-git master -> hubez-git transfer 202205241800
This commit is contained in:
12
frontend/src/modules/channelMgt/router/index.js
Normal file
12
frontend/src/modules/channelMgt/router/index.js
Normal file
@@ -0,0 +1,12 @@
|
||||
import TmpltList from '../views/TmpltList'
|
||||
|
||||
export default [
|
||||
{
|
||||
path: '/channelMgt/tmpltList',
|
||||
component: TmpltList,
|
||||
name: 'tmpltList',
|
||||
meta: { public: true }
|
||||
},
|
||||
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user