-
+
diff --git a/src/api/request.js b/src/api/request.js
index 97476b8..7dc32ec 100644
--- a/src/api/request.js
+++ b/src/api/request.js
@@ -3,8 +3,8 @@ import { Message } from "element-ui"
const service = axios.create({
- baseURL: '/api/',
- // baseURL: 'https://www.iformall.cn/api/',
+ // baseURL: '/api/',
+ baseURL: 'http://www.iformall.cn/api/',
timeout: 60000 // 请求超时时间
})
diff --git a/src/assets/img/bg/2165324.png b/src/assets/img/bg/2165324.png
deleted file mode 100644
index aa90f3a..0000000
Binary files a/src/assets/img/bg/2165324.png and /dev/null differ
diff --git a/src/assets/img/bg/bg.jpg b/src/assets/img/bg/bg.jpg
deleted file mode 100644
index 582e26b..0000000
Binary files a/src/assets/img/bg/bg.jpg and /dev/null differ
diff --git a/src/assets/img/home/angleTop.png b/src/assets/img/home/angleTop.png
deleted file mode 100644
index b69642c..0000000
Binary files a/src/assets/img/home/angleTop.png and /dev/null differ
diff --git a/src/assets/img/home/icon-1.png b/src/assets/img/home/icon-1.png
deleted file mode 100644
index 4c13433..0000000
Binary files a/src/assets/img/home/icon-1.png and /dev/null differ
diff --git a/src/assets/img/home/icon-2.png b/src/assets/img/home/icon-2.png
deleted file mode 100644
index 16db47c..0000000
Binary files a/src/assets/img/home/icon-2.png and /dev/null differ
diff --git a/src/assets/img/home/icon-3.png b/src/assets/img/home/icon-3.png
deleted file mode 100644
index 0b997e1..0000000
Binary files a/src/assets/img/home/icon-3.png and /dev/null differ
diff --git a/src/assets/img/home/icon-4.png b/src/assets/img/home/icon-4.png
deleted file mode 100644
index 228dac7..0000000
Binary files a/src/assets/img/home/icon-4.png and /dev/null differ
diff --git a/src/assets/img/home/textImg.png b/src/assets/img/home/textImg.png
deleted file mode 100644
index 2bbb205..0000000
Binary files a/src/assets/img/home/textImg.png and /dev/null differ
diff --git a/src/components/headTail/head.vue b/src/components/headTail/head.vue
index d4fb243..1a75bc7 100644
--- a/src/components/headTail/head.vue
+++ b/src/components/headTail/head.vue
@@ -2,7 +2,7 @@
-
欢迎来到 武汉壹玖之家网络科技有限公司 !
+
欢迎来到 武汉富茂科技有限公司 !
发布信息
登录
@@ -11,7 +11,7 @@
-

+
@@ -79,8 +79,9 @@ export default {
.topBar{
line-height: 40px;
height: 40px;
- background: #409EFF;
- color: #fff;
+ height: 40px;
+ background: rgb(228 242 253 / 70%);
+ color: #444;
.topBar_ct{
width: 1200px;
margin: 0 auto;
@@ -105,6 +106,9 @@ export default {
}
.topImgBox{
position: relative;
+ height: 130px;
+ background: #E4F2FD;
+ width: 100%;
.searchIpt{
position: absolute;
right: 20%;
@@ -118,21 +122,19 @@ export default {
}
.nav {
width: 1200px;
- margin: 20px auto;
+ margin: -64px auto 20px;
display: flex;
/* height: 60px;
line-height: 60px; */
background: #606266;
- .el-dropdown{
- flex: 1;
- text-align: center;
- color: #fff;
- cursor: pointer;
- .title{
- width: 100%;
- display: inline-block;
- }
+ .el-menu--horizontal {
+ width: 100%;
+ }
+ .el-menu--horizontal>.el-menu-item {
+ height: 50px;
+ line-height: 50px;
}
+
}
}
.Box {
@@ -193,9 +195,7 @@ export default {
text-align: center;
width: 14.2%;
} */
-.el-menu--horizontal {
- width: 100%;
-}
+