zhuangyunsheng 1 år sedan
förälder
incheckning
3c2c505186
2 ändrade filer med 2 tillägg och 2 borttagningar
  1. 1 1
      .env.development
  2. 1 1
      src/layout/components/NavBar/index.vue

+ 1 - 1
.env.development

@@ -12,7 +12,7 @@ VITE_BASE_MOCK_URL = "/mock-api"
 
 # boot服务端接口路径
 VITE_BASE_SERVER_URL = "http://192.168.101.93:8000"
-# VITE_BASE_SERVER_URL = "http://10.236.2.146:8080/dev-api" # 线上 
+# VITE_BASE_SERVER_URL = "http://10.236.2.146:8080/dev-api" # 线上
 # VITE_BASE_SERVER_URL = "http://10.206.20.153:8000" # 青岛港-内网 dns: 10.201.192.1
 # VITE_BASE_SERVER_URL = "http://192.168.43.231:8000" # 热点
 # VITE_BASE_SERVER_URL = "http://192.168.1.133:8000" # 青岛港-7楼

+ 1 - 1
src/layout/components/NavBar/index.vue

@@ -26,7 +26,7 @@
 
                     <template #dropdown>
                         <el-dropdown-menu>
-                            <el-dropdown-item class="user-name-dropdown-item">{{ userName +  userName+  userName+  userName+  userName}}</el-dropdown-item>
+                            <el-dropdown-item class="user-name-dropdown-item">{{ userName }}</el-dropdown-item>
                             <el-dropdown-item divided @click="goUserInfo">个人信息</el-dropdown-item>
                             <el-dropdown-item @click="logout">退出登录</el-dropdown-item>
                         </el-dropdown-menu>