Browse Source

删除多余方法

pixel 5 năm trước cách đây
mục cha
commit
3cd797b4dd
1 tập tin đã thay đổi với 0 bổ sung4 xóa
  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