diff --git a/front/src/assets/newHome/add-on.png b/front/src/assets/newHome/add-on.png new file mode 100644 index 00000000..7bc620d6 Binary files /dev/null and b/front/src/assets/newHome/add-on.png differ diff --git a/front/src/assets/newHome/add.png b/front/src/assets/newHome/add.png new file mode 100644 index 00000000..61d40dbc Binary files /dev/null and b/front/src/assets/newHome/add.png differ diff --git a/front/src/assets/newHome/delete-on.png b/front/src/assets/newHome/delete-on.png new file mode 100644 index 00000000..0349bf9d Binary files /dev/null and b/front/src/assets/newHome/delete-on.png differ diff --git a/front/src/router/index.js b/front/src/router/index.js index 8e3724b6..55db89b0 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -109,6 +109,16 @@ export const constantRoutes = [ icon: 'error-warning-line', }, }, + { + path: '/algorithmCompare', + name: 'algorithmCompare', + hidden: true, + component: () => import('@/views/home/algorithmCompare'), + meta: { + title: '算法对比', + icon: 'error-warning-line', + }, + }, { path: '/addApplication', name: 'addApplication', diff --git a/front/src/views/home/algorithmCompare.vue b/front/src/views/home/algorithmCompare.vue index 8cce4d95..e679fc0b 100644 --- a/front/src/views/home/algorithmCompare.vue +++ b/front/src/views/home/algorithmCompare.vue @@ -2,47 +2,34 @@