lsc 6 days ago
parent
commit
92e9160db6
1 changed files with 1 additions and 1 deletions
  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:''//不需要鉴权
     }