Browse Source

修改logo

shaogen1995 3 years ago
parent
commit
7d9b2eb18d
3 changed files with 6 additions and 6 deletions
  1. 2 2
      web/src/pages/Home.vue
  2. 2 2
      web/src/utils/request.js
  3. 2 2
      web/src/views/layout/index.vue

+ 2 - 2
web/src/pages/Home.vue

@@ -241,8 +241,8 @@ export default {
       height: 120px;
       height: 120px;
       background-size: 100% 100%;
       background-size: 100% 100%;
       & > img {
       & > img {
-        width: 80px;
-        height: 80px;
+        width: 90px;
+        height: 86px;
       }
       }
       & > p {
       & > p {
         font-size: 24px;
         font-size: 24px;

+ 2 - 2
web/src/utils/request.js

@@ -1,8 +1,8 @@
 import axios from 'axios'
 import axios from 'axios'
 const service = axios.create({
 const service = axios.create({
   // baseURL: 'http://192.168.0.135:8005/', // 本地调试
   // baseURL: 'http://192.168.0.135:8005/', // 本地调试
-  baseURL: 'http://192.168.0.245:8005/', // 线上调试
-  // baseURL: '', // build
+  // baseURL: 'http://192.168.0.245:8005/', // 线上调试
+  baseURL: '', // build
   timeout: 5000
   timeout: 5000
 })
 })
 // 请求拦截器
 // 请求拦截器

+ 2 - 2
web/src/views/layout/index.vue

@@ -111,8 +111,8 @@ export default {
       height: 120px;
       height: 120px;
       background-size: 100% 100%;
       background-size: 100% 100%;
       & > img {
       & > img {
-        width: 80px;
-        height: 80px;
+        width: 90px;
+        height: 86px;
       }
       }
       & > p {
       & > p {
         font-size: 24px;
         font-size: 24px;