diff --git a/src/router/index.js b/src/router/index.js index e92b790..4001c5f 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -13,6 +13,7 @@ const router = createRouter({ {path: '/toolBox/byte', component: () => import('@/views/toolBox/bytePage.vue')}, {path: '/toolBox/common', component: () => import('@/views/toolBox/commonPage.vue')}, {path: '/toolBox/test', component: () => import('@/views/toolBox/testPage.vue')}, + {path: '/autoCounterPart', component: () => import('@/views/autoCounterPart/autoCounterPartPage.vue')}, ] }, diff --git a/src/views/autoCounterPart/autoCounterPartPage.vue b/src/views/autoCounterPart/autoCounterPartPage.vue new file mode 100644 index 0000000..edec389 --- /dev/null +++ b/src/views/autoCounterPart/autoCounterPartPage.vue @@ -0,0 +1,87 @@ + + + + + diff --git a/src/views/layoutPage.vue b/src/views/layoutPage.vue index 0d942e4..7e38f0c 100644 --- a/src/views/layoutPage.vue +++ b/src/views/layoutPage.vue @@ -49,6 +49,13 @@ + + + + + 自动副本 + + @@ -105,10 +112,12 @@ .el-aside { height: 100%; border-right: 1px solid #777; + background-color: #545c64; h3 { text-align: center; line-height: 60px; + color: white; } .el-menu {