Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
confucius
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
罗超
confucius
Commits
7e73ceb5
Commit
7e73ceb5
authored
Jul 02, 2021
by
Mac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
4035228e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
7 deletions
+8
-7
MainLayout.vue
src/layouts/MainLayout.vue
+8
-7
No files found.
src/layouts/MainLayout.vue
View file @
7e73ceb5
...
@@ -178,14 +178,15 @@
...
@@ -178,14 +178,15 @@
if
(
this
.
userInfo
&&
this
.
userInfo
.
MenuList
)
{
if
(
this
.
userInfo
&&
this
.
userInfo
.
MenuList
)
{
this
.
secondNavs
=
this
.
userInfo
.
MenuList
.
length
>
0
?
this
.
userInfo
.
MenuList
[
i
].
SubList
:
[]
this
.
secondNavs
=
this
.
userInfo
.
MenuList
.
length
>
0
?
this
.
userInfo
.
MenuList
[
i
].
SubList
:
[]
}
}
this
.
MsgBus
.
$on
(
'add'
,(
payload
)
=>
{
// this.MsgBus.$on('add',(payload) => {
let
that
=
this
// let that= this
that
.
userInfo
.
AccountName
=
payload
.
EmployeeName
// that.userInfo.AccountName = payload.EmployeeName
that
.
userInfo
.
UserIcon
=
payload
.
UserIcon
// that.userInfo.UserIcon = payload.UserIcon
that
.
userInfo
.
Email
=
payload
.
Email
// that.userInfo.Email = payload.Email
that
.
userInfo
.
SchoolName
=
payload
.
SchoolName
// that.userInfo.SchoolName = payload.SchoolName
// // location.reload();
});
//
});
this
.
getLogList
();
this
.
getLogList
();
this
.
getMsg
();
this
.
getMsg
();
},
},
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment