Commit e4624d97 authored by 刘帅's avatar 刘帅

1.LOGO

parent b85a14b9
...@@ -35,7 +35,7 @@ export default { ...@@ -35,7 +35,7 @@ export default {
}, },
data() { data() {
return { return {
title: 'RuoYi-Vue-Plus', title: '利龙物业',
logo: logoImg logo: logoImg
} }
} }
......
<template> <template>
<div class="app-container home"> <div>
<el-row :gutter="20"> <img src="@/assets/images/home.png" style="width: 100%" alt="home">
<el-col :sm="24" :lg="12" style="padding-left: 20px">
<h2>利龙物业后台管理系统</h2>
</el-col>
</el-row>
<el-divider />
</div> </div>
</template> </template>
......
Markdown is supported
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