Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
html
/
jinmao-community-platform
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
1b92f0b5
authored
May 26, 2021
by
changjin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
增加文档链接
parent
e6c7ea5f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
+3
-1
src/components/common/Sidebar.vue
+3
-1
No files found.
src/components/common/Sidebar.vue
View file @
1b92f0b5
...
@@ -260,7 +260,9 @@ export default {
...
@@ -260,7 +260,9 @@ export default {
changeMenu
(
menu
,
type
)
{
changeMenu
(
menu
,
type
)
{
if
(
type
&&
menu
)
{
if
(
type
&&
menu
)
{
console
.
log
(
menu
.
name
)
console
.
log
(
menu
.
name
)
if
(
menu
.
name
==
'外部系统管理'
)
{
if
(
menu
.
name
==
'接口文档'
)
{
window
.
open
(
this
.
fileUrl
+
'doc'
)
}
else
if
(
menu
.
name
==
'外部系统管理'
)
{
this
.
menuActive
=
menu
.
name
this
.
menuActive
=
menu
.
name
this
.
$router
.
push
({
path
:
menu
.
webUrl
})
this
.
$router
.
push
({
path
:
menu
.
webUrl
})
this
.
sideMenu
=
[]
this
.
sideMenu
=
[]
...
...
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