Explorar el Código

删除多余方法

pixel hace 5 años
padre
commit
3cd797b4dd
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  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