jumpAction.js 192 B

12345678
  1. // import router from '@/router'
  2. // const jumpList = {}
  3. // 跳转到页面
  4. export default function jumpToPage(type) {
  5. // router.push(jumpList[type])
  6. console.log('页面跳转')
  7. }