diff --git a/src/components/main/index copy.vue b/src/components/main/index1.vue
similarity index 83%
rename from src/components/main/index copy.vue
rename to src/components/main/index1.vue
index f5ecf87..b8c5c41 100644
--- a/src/components/main/index copy.vue
+++ b/src/components/main/index1.vue
@@ -13,10 +13,9 @@
京ICP备16043923号-9
- 0
-
+
- 关于一手单
- 合作品牌
@@ -30,7 +29,7 @@
@@ -108,9 +120,15 @@ export default {
.navigationBar {
> ul {
display: flex;
+ margin: 0 auto;
+ justify-content: center;
+ align-items: center;
width: 1200px;
height: 96px;
background-color: #fff;
+ li {
+ margin: 0 52px;
+ }
}
}
}
diff --git a/src/router/index.js b/src/router/index.js
index 151bd87..75c3a1b 100644
--- a/src/router/index.js
+++ b/src/router/index.js
@@ -15,6 +15,11 @@ const routes = [
name: "Main",
component: () => import("../components/main/index.vue"),
},
+ {
+ path: "/main1",
+ name: "Main1",
+ component: () => import("../components/main/index1.vue"),
+ },
{
path: "/list",
name: "JobList",