export default{ 0: [
{
path: '/ue/view/',
component: require('../component/ue/view.vue').default
}, {
path: '*',
redirect: '/ue/view/'
}
]}