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: yangfanao <2364917935@qq.com>
This commit is contained in:
		
							parent
							
								
									69bbccbd76
								
							
						
					
					
						commit
						be0b36f6b9
					
				| 
						 | 
					@ -35,7 +35,7 @@ export default {
 | 
				
			||||||
  },
 | 
					  },
 | 
				
			||||||
  data() {
 | 
					  data() {
 | 
				
			||||||
    return {
 | 
					    return {
 | 
				
			||||||
      title: '若依管理系统',
 | 
					      title: process.env.VUE_APP_TITLE,
 | 
				
			||||||
      logo: logoImg
 | 
					      logo: logoImg
 | 
				
			||||||
    }
 | 
					    }
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue