Unverified Commit be0b36f6 authored by yangfanao's avatar yangfanao Committed by Gitee
Browse files

update ruoyi-ui/src/layout/components/Sidebar/Logo.vue.


修改了第38行的/* title: '若依后台管理系统',  */ 为/* title: process.env.VUE_APP_TITLE, */,使得侧边栏的平台标题内容可以和vue.config.js里面的process.env.VUE_APP_TITLE保持同步。
Signed-off-by: default avataryangfanao <2364917935@qq.com>
parent 69bbccbd
......@@ -35,7 +35,7 @@ export default {
},
data() {
return {
title: '若依管理系统',
title: process.env.VUE_APP_TITLE,
logo: logoImg
}
}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment