lsc 7 月之前
父節點
當前提交
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:''//不需要鉴权
     }