Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
bdc
/
bdcjg-web
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e5057d58
authored
2023-04-03 13:43:32 +0800
by
renchao@pashanhoo.com
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
style:配置
1 parent
d964ab73
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/layout1/components/Navbar.vue
src/layout1/components/Navbar.vue
View file @
e5057d5
...
...
@@ -3,7 +3,7 @@
<div
class=
"navbar"
>
<div
class=
"logo"
>
<img
:src=
"require('@/image/bdclogo.png')"
alt=
""
/>
<h4>
不动产登记上报系统
</h4>
<h4>
{{
BASE_API
.
TITLE
}}
</h4>
</div>
<div
class=
"right-menu"
>
<div
class=
"user"
>
...
...
@@ -25,7 +25,7 @@ export default {
Breadcrumb
},
computed
:
{
...
mapGetters
([
"
sidebar"
,
"dicData"
,
"
userInfo"
]),
...
mapGetters
([
"userInfo"
]),
userName
()
{
return
this
.
userInfo
?
this
.
userInfo
.
name
:
""
}
...
...
Please
register
or
sign in
to post a comment