From 8cd0de2362a885e32b951b45c3b17693854a1f92 Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Tue, 19 Jul 2022 10:35:22 +0800
Subject: [PATCH] 1

---
 src/config/website.js   |    4 ++--
 vue.config.js           |    4 ++--
 src/styles/media.scss   |   10 +++++-----
 src/page/index/logo.vue |    4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/src/config/website.js b/src/config/website.js
index 1c4ecca..d8efe51 100644
--- a/src/config/website.js
+++ b/src/config/website.js
@@ -3,9 +3,9 @@
  */
 export default {
     title: "智慧校园大数据三维可视化平台",
-    logo: "智慧校园大数据三维可视化平台",
+    logo: "校",
     key: 'saber',//配置主键,目前用于存储
-    indexTitle: '智慧校园大数据三维可视化平台',
+    indexTitle: '校园三维可视化平台',
     clientId: 'saber', // 客户端id
     clientSecret: 'saber_secret', // 客户端密钥
     tenantMode: true, // 是否开启租户模式
diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index 3b23fdc..bba5c9b 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -41,11 +41,11 @@
     position: fixed;
     top: 0;
     left: 0;
-    width: 280px;
+    width: 200px;
     height: 64px;
     line-height: 64px;
     background-color: #20222a;
-    font-size: 20px;
+    font-size: 18px;
     overflow: hidden;
     box-sizing: border-box;
     box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.15);
diff --git a/src/styles/media.scss b/src/styles/media.scss
index 33aa307..6b1d1b9 100644
--- a/src/styles/media.scss
+++ b/src/styles/media.scss
@@ -20,7 +20,7 @@
     position: fixed;
     left: 0;
     top: 0;
-    width: 280px;
+    width: 200px;
     height: 100%;
     z-index: 1025;
 }
@@ -43,7 +43,7 @@
 }
 
 .avue-header {
-    padding-left: 280px;
+    padding-left: 200px;
     width: 100%;
     background-color: #fff;
     box-sizing: border-box;
@@ -51,10 +51,10 @@
 
 .avue-main {
     position: absolute;
-    left: 280px;
+    left: 200px;
     padding: 0;
     padding-bottom: 20px;
-    width: calc(100% - 280px);
+    width: calc(100% - 200px);
     height: calc(100% - 64px);
     box-sizing: border-box;
     overflow: hidden;
@@ -111,7 +111,7 @@
 }
 
 @media screen and (max-width: 992px) {
-    $width: 280px;
+    $width: 200px;
 
     // ele的自适应
     .el-dialog,
diff --git a/vue.config.js b/vue.config.js
index 88df185..5ef4abb 100644
--- a/vue.config.js
+++ b/vue.config.js
@@ -31,8 +31,8 @@
                 // target: "http://192.168.0.107:80",
                 // target: "http://192.168.0.102:82",
                 // target: "http://171.34.197.243:790",
-                // target: "http://171.34.197.243:782", //服务器
-                target: 'http://localhost:82',
+                target: "http://171.34.197.243:782", //服务器
+                // target: 'http://localhost:82',
                 //远程演示服务地址,可用于直接启动项目
                 //target: 'https://saber.bladex.vip/api',
                 ws: true,

--
Gitblit v1.9.3