Write routing jump in vuex

Introduced router.js file  

import router from '../router';

After the re-use of functions written

router.push({path:'/index'})

Guess you like

Origin blog.csdn.net/qq_39598092/article/details/90671044