js文件里怎么跳转路由

1、引入router

import router from './router'

2、router.replace({path: '/login', replace: true})

你可能感兴趣的:(js文件里怎么跳转路由)