@@ -2,4 +2,4 @@
# VITE_APP_API_URL="http://192.168.77.17:8619/api"
VITE_APP_API_URL="http://8.136.199.33:8619/api"
# crm系统地址
-VITE_CRM_SYSTEM_URL="https://rddptest.hzinsights.com/login"
+VITE_CRM_SYSTEM_URL="http://8.136.199.33:7777/login"
@@ -1,4 +1,4 @@
# 接口地址
@@ -13,7 +13,7 @@
"@element-plus/icons-vue": "^2.0.9",
"axios": "^0.26.0",
"echarts": "^5.4.0",
- "element-plus": "^2.2.14",
+ "element-plus": "2.2.14",
"element-resize-detector": "^1.2.4",
"html2canvas": "1.4.0",
"js-base64": "^3.7.2",
@@ -42,7 +42,8 @@
</div>
<div class="headerBar-right">
<div class="crm-system" @click="gotoCrmSystem">
- CRM系统
+ <img src="@/assets/img/icon/logo_mini.png" alt="">
+ CRM
<el-dropdown trigger="click" >
<span class="el-dropdown-link userinfo-inner">
@@ -95,6 +96,13 @@
font-size: 16px;
color: $themeColor;
cursor: pointer;
+ display: flex;
+ align-items: center;
+ gap: 10px;
+ img{
+ width: 30px;
+ height: 30px;
+ }
}
.userinfo-inner {