Browse Source

跳转crm系统的地址修改,点击的按钮修改

jwyu 1 year ago
parent
commit
4485bac0b8
5 changed files with 12 additions and 4 deletions
  1. 1 1
      .env.development
  2. 1 1
      .env.test
  3. 1 1
      package.json
  4. BIN
      src/assets/img/icon/logo_mini.png
  5. 9 1
      src/layout/headerBar/index.vue

+ 1 - 1
.env.development

@@ -2,4 +2,4 @@
 # VITE_APP_API_URL="http://192.168.77.17:8619/api"
 # VITE_APP_API_URL="http://192.168.77.17:8619/api"
 VITE_APP_API_URL="http://8.136.199.33:8619/api"
 VITE_APP_API_URL="http://8.136.199.33:8619/api"
 # crm系统地址
 # crm系统地址
-VITE_CRM_SYSTEM_URL="https://rddptest.hzinsights.com/login"
+VITE_CRM_SYSTEM_URL="http://8.136.199.33:7777/login"

+ 1 - 1
.env.test

@@ -1,4 +1,4 @@
 # 接口地址
 # 接口地址
 VITE_APP_API_URL="http://8.136.199.33:8619/api"
 VITE_APP_API_URL="http://8.136.199.33:8619/api"
 # crm系统地址
 # crm系统地址
-VITE_CRM_SYSTEM_URL="https://rddptest.hzinsights.com/login"
+VITE_CRM_SYSTEM_URL="http://8.136.199.33:7777/login"

+ 1 - 1
package.json

@@ -13,7 +13,7 @@
     "@element-plus/icons-vue": "^2.0.9",
     "@element-plus/icons-vue": "^2.0.9",
     "axios": "^0.26.0",
     "axios": "^0.26.0",
     "echarts": "^5.4.0",
     "echarts": "^5.4.0",
-    "element-plus": "^2.2.14",
+    "element-plus": "2.2.14",
     "element-resize-detector": "^1.2.4",
     "element-resize-detector": "^1.2.4",
     "html2canvas": "1.4.0",
     "html2canvas": "1.4.0",
     "js-base64": "^3.7.2",
     "js-base64": "^3.7.2",

BIN
src/assets/img/icon/logo_mini.png


+ 9 - 1
src/layout/headerBar/index.vue

@@ -42,7 +42,8 @@
       </div>
       </div>
       <div class="headerBar-right">
       <div class="headerBar-right">
         <div class="crm-system" @click="gotoCrmSystem">
         <div class="crm-system" @click="gotoCrmSystem">
-          CRM系统
+          <img src="@/assets/img/icon/logo_mini.png" alt="">
+          CRM
         </div>
         </div>
         <el-dropdown trigger="click" >
         <el-dropdown trigger="click" >
           <span class="el-dropdown-link userinfo-inner">
           <span class="el-dropdown-link userinfo-inner">
@@ -95,6 +96,13 @@
         font-size: 16px;
         font-size: 16px;
         color: $themeColor;
         color: $themeColor;
         cursor: pointer;
         cursor: pointer;
+        display: flex;
+        align-items: center;
+        gap: 10px;
+        img{
+          width: 30px;
+          height: 30px;
+        }
       }
       }
       .userinfo-inner {
       .userinfo-inner {
         cursor: pointer;
         cursor: pointer;