liyongli 2 years ago
parent
commit
4066c96cb4
2 changed files with 11 additions and 0 deletions
  1. 11 0
      src/router/report.js
  2. 0 0
      src/views/report/Calendar/CalendarType.vue

+ 11 - 0
src/router/report.js

@@ -43,4 +43,15 @@ export default [
           /* webpackChunkName: "report" */ "../views/report/Calendar/index.vue"
         ),
     },
+    {
+      path: "/CalendarType/:date",
+      name: "CalendarType",
+      meta: {
+        title: "陕西新媒体大数据发布",
+      },
+      component: () =>
+        import(
+          /* webpackChunkName: "report" */ "../views/report/Calendar/CalendarType.vue"
+        ),
+    },
 ];

+ 0 - 0
src/views/report/Calendar/index copy.vue → src/views/report/Calendar/CalendarType.vue