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:''//不需要鉴权
     }