diff --git a/package.json b/package.json index 75cc737..07fe600 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,7 @@ "tvision-color": "^1.3.1", "vue": "^3.2.31", "vue-clipboard3": "^2.0.0", - "vue-router": "~4.1.3" + "vue-router": "~4.0.11" }, "devDependencies": { "@commitlint/cli": "^17.0.3", diff --git a/src/router/index.ts b/src/router/index.ts index eb14bbf..4f0725d 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -28,6 +28,7 @@ const defaultRouterList: Array = [ { path: '/', redirect: '/dashboard/base', + component: () => import('@/layouts/blank.vue'), }, { path: '/:w+',