“yueshang” 2 éve
szülő
commit
c9df5c4bba

BIN
src/assets/images/profile.jpg


+ 1 - 1
src/layout/components/Sidebar/Logo.vue

@@ -6,7 +6,7 @@
         <h1 v-else class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
       </router-link>
       <router-link v-else key="expand" class="sidebar-logo-link" to="/">
-        <img v-if="logo" :src="logo" class="sidebar-logo" />
+        <!-- <img v-if="logo" :src="logo" class="sidebar-logo" /> -->
         <h1 class="sidebar-title" :style="{ color: sideTheme === 'theme-dark' ? variables.logoTitleColor : variables.logoLightTitleColor }">{{ title }} </h1>
       </router-link>
     </transition>

+ 2 - 0
src/views/dashboard/twinChart.vue

@@ -160,6 +160,7 @@ export default {
               show: true, // 显示柱状图数据标签
               position: "inside", // 数据标签显示在柱状图内部
               align: "center", // 数据标签居中对齐
+              color:'#fff'
             },
             data: bluetoothData,
           },
@@ -191,6 +192,7 @@ export default {
               show: true, // 显示柱状图数据标签
               position: "inside", // 数据标签显示在柱状图内部
               align: "center", // 数据标签居中对齐
+              color:'#fff'
             },
             data: wifiData,
           },

+ 2 - 2
src/views/login.vue

@@ -72,8 +72,8 @@ export default {
     return {
       codeUrl: "",
       loginForm: {
-        username: "admin",
-        password: "admin123",
+        username: "uadmin",
+        password: "uadmin",
         rememberMe: false,
         code: "",
         uuid: ""