Browse Source

删除多余方法

pixel 5 years ago
parent
commit
3cd797b4dd
1 changed files with 0 additions and 4 deletions
  1. 0 4
      QMPlusVuePage/src/router/index.js

+ 0 - 4
QMPlusVuePage/src/router/index.js

@@ -35,8 +35,4 @@ const createRouter = () => new Router({
 
 const router = createRouter()
 
-export function resetRouter() {
-    const newRouter = createRouter()
-    router.matcher = newRouter.matcher
-}
 export default router