فهرست منبع

fix: 更新pptEasy路由组件为pptEasy3

lsc 5 ماه پیش
والد
کامیت
854db70ca3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      src/router/index.js

+ 1 - 1
src/router/index.js

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