/* * @Author: 小明丶 * @Date: 2019-08-13 18:10:18 * @LastEditors: 小明丶 * @LastEditTime: 2021-01-05 14:58:59 * @Description: */ export default [ // 绑卡 { path:"/", name:'index', component:()=>import("@/views/main/addBankcard.vue") }, { path:"/main/queryres", name:'queryres', component:()=>import("@/views/main/queryres.vue") }, { path:"/main/findPre", name:'findPre', component:()=>import("@/views/main/findPreAudit.vue") }, { path:"/main/signcont", name:'signcont', component:()=>import("@/views/main/signcont.vue") }, { path:"/main/bancardsucces", name:'signcont', component:()=>import("@/views/main/singsuc.vue") } ]