diff --git a/public/logo.png b/public/logo.png index a48fa39..a72119c 100644 Binary files a/public/logo.png and b/public/logo.png differ diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png index a48fa39..1a66625 100644 Binary files a/src/assets/img/logo.png and b/src/assets/img/logo.png differ diff --git a/src/views/HeaderView.vue b/src/views/HeaderView.vue index 8fae1ed..387a494 100644 --- a/src/views/HeaderView.vue +++ b/src/views/HeaderView.vue @@ -4,7 +4,7 @@
-

津港科技

+

启航云汇科技

为您在线解答售前、售后服务

diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index fa40462..10a5249 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -46,14 +46,26 @@ import Right from '@/views/RightView.vue' background-color: #e9e9e9; height: calc(100% - 70px); } -.main { - width: calc(70% - 1px); -} -.aside { - width: calc(30% - 1px); -} :deep(.el-main) { padding: 0; } + +@media screen and (min-width: 600px) { + .main { + width: calc(70% - 1px); + } + .aside { + width: calc(30% - 1px); + } +} + +@media screen and (max-width: 599px) { + .main { + width: 100%; + } + .aside { + display: none; + } +} diff --git a/src/views/RightView.vue b/src/views/RightView.vue index a8fe833..209d013 100644 --- a/src/views/RightView.vue +++ b/src/views/RightView.vue @@ -53,7 +53,7 @@
- +
@@ -152,8 +152,6 @@ const { activeName, hots } = toRefs(data) .right-slider-img img { width: 100%; height: 100%; - object-fit: cover; - object-position: center; } :deep(.el-tabs) { diff --git a/vite.config.js b/vite.config.js index 4ac53f2..74b87ad 100644 --- a/vite.config.js +++ b/vite.config.js @@ -23,14 +23,14 @@ export default defineConfig(({ mode, command }) => { host: true, proxy: { '/api': { - // target: 'http://117.62.238.129:10050', + // target: 'http://192.168.50.101:10050', target: 'http://192.168.50.101:10050', // target: 'http://10.70.132.177:11002', ws: false, changeOrigin: true }, '/poll': { - // target: 'http://117.62.238.129:6066', + // target: 'http://192.168.50.101:6066', target: 'http://192.168.50.101:6066', // target: 'http://10.70.132.177:11002', pathRewrite: { '^/poll': '' },