diff --git a/src/router/index.js b/src/router/index.js index 327f1da..b45b3df 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -311,6 +311,18 @@ export const constantRoutes = [ title: "电商交易", }, children: [ + { + path: 'trade/dataBoard', + component: () => import('@/views/trade/dataBoard'), + name: 'dataBoard', + hidden: false, + meta: { + title: "电商数据看板", + icon: "", + noCache: false, + link: null, + }, + }, { path: 'trade/agriculturalinputstrading', component: () => import('@/views/trade/agriculturalinputstrading'), @@ -361,7 +373,7 @@ export const constantRoutes = [ }, ], }, -{ + { path: '/brand', name: "brand", component: Layout, diff --git a/src/views/trade/dataBoard.vue b/src/views/trade/dataBoard.vue new file mode 100644 index 0000000..6fd0a46 --- /dev/null +++ b/src/views/trade/dataBoard.vue @@ -0,0 +1,416 @@ + + +