From 12bfca42ee7bc3628a730829a54f5690a5f2bcb8 Mon Sep 17 00:00:00 2001 From: talktao Date: Mon, 21 Mar 2022 10:55:05 +0800 Subject: [PATCH] =?UTF-8?q?feat=EF=BC=9A=E6=B8=85=E7=90=86=E4=B8=8D?= =?UTF-8?q?=E9=9C=80=E8=A6=81=E7=9A=84=E5=8C=85=EF=BC=8C=E4=BB=A5=E5=8F=8A?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 -- src/router/index.ts | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/package.json b/package.json index 901ff40..f43b17c 100644 --- a/package.json +++ b/package.json @@ -18,8 +18,6 @@ "@types/node": "^17.0.21", "@types/webpack-env": "^1.16.3", "@vitejs/plugin-vue": "^2.2.0", - "eslint": "^8.11.0", - "eslint-plugin-vue": "^8.5.0", "lib-flexible": "^0.3.2", "postcss-pxtorem": "^5.1.1", "sass": "^1.49.9", diff --git a/src/router/index.ts b/src/router/index.ts index 6a52f8d..7f1e178 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -44,7 +44,7 @@ const routes: Array = [ { path: '/detail/:id', name: 'Detail', - component: () => import('@/views/Detail.vue') + component: () => import('@/views/home/Detail.vue') } ] },