lsc 3 месяцев назад
Родитель
Сommit
92e9160db6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

@@ -1464,7 +1464,7 @@ export default new Router({
   {
     path:"/pptEasy",
     name:"pptEasy",
-    component:pptEasy,
+    component:pptEasy2,
     meta:{
       requireAuth:''//不需要鉴权
     }