zhangqin 3 minggu lalu
induk
melakukan
0254f438ec

+ 0 - 29
src/router/index.js

@@ -262,35 +262,6 @@ export const constantRoutes = [
     ]
   },
 
-  {
-    path: '/adv/conversionLog',
-    component: Layout,
-    hidden: true,
-    children: [
-      {
-        path: '',
-        component: (resolve) => require(['@/views/adv/conversionLog/index'], resolve),
-        name: 'ConversionLog',
-        meta: { title: '回传事件', activeMenu: '/adv/callbackAccount' }
-      }
-    ]
-  },
-
-    {
-    path: '/adv/statistics',
-    component: Layout,
-    hidden: true,
-    children: [
-      {
-        path: '',
-        component: (resolve) => require(['@/views/adv/statistics/index'], resolve),
-        name: 'AdvStatistics',
-        meta: { title: '站点统计', activeMenu: '/adv/site' }
-      }
-    ]
-  },
-
-
 ]
 
 

+ 1 - 1
src/views/adv/callbackAccount/index.vue

@@ -489,7 +489,7 @@ export default {
     /** 回传结果按钮操作 */
     handleConversionLog(row) {
       this.$router.push({
-        path: '/adv/conversionLog',
+        path: '/adv/new-adv/conversionLog',
         query: { callbackAccountId: row.id }
       });
     },

+ 1 - 1
src/views/adv/site/index.vue

@@ -587,7 +587,7 @@ export default {
     /** 查看统计按钮操作 */
     handleStatistics(row) {
       this.$router.push({
-        path: '/adv/statistics',
+        path: '/adv/new-adv/statistics',
         query: { siteId: row.id }
       });
     },