Explorar el Código

优化侧边栏的平台标题与VUE_APP_TITLE保持同步

RuoYi hace 2 años
padre
commit
08308d61c7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      ruoyi-ui/src/layout/components/Sidebar/Logo.vue

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

@@ -35,7 +35,7 @@ export default {
35
   },
35
   },
36
   data() {
36
   data() {
37
     return {
37
     return {
38
-      title: '若依管理系统',
38
+      title: process.env.VUE_APP_TITLE,
39
       logo: logoImg
39
       logo: logoImg
40
     }
40
     }
41
   }
41
   }