/* * @Author: WangQiBiao * @Date: 2019-09-18 09:49:35 * @LastEditors: WangQiBiao * @LastEditTime: 2019-09-20 09:41:47 * @Description: 动态路由 */ export default file => () => import('@/views/' + file + '/index.vue')