mirror of
http://git.mhez-qa.uplus.co.kr/hubez/hubez-admin.git
synced 2026-01-27 23:33:02 +09:00
12 lines
217 B
JavaScript
12 lines
217 B
JavaScript
import ChannelList from '../views/ChannelList'
|
|
|
|
export default [
|
|
{
|
|
path: '/attractMgt/channelList',
|
|
component: ChannelList,
|
|
name: 'channelList',
|
|
meta: { public: true }
|
|
}
|
|
]
|
|
|