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
dcb26030
authored
May 26, 2021
by
changjin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改接口文档地址
parent
ba026e90
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
+1
-1
src/components/common/Sidebar.vue
+1
-1
No files found.
src/components/common/Sidebar.vue
View file @
dcb26030
...
...
@@ -261,7 +261,7 @@ export default {
if
(
type
&&
menu
)
{
console
.
log
(
menu
.
name
)
if
(
menu
.
name
==
'接口文档'
)
{
window
.
open
(
this
.
fileUrl
+
'doc'
)
window
.
open
(
this
.
fileUrl
+
'doc
/
'
)
}
else
if
(
menu
.
name
==
'外部系统管理'
)
{
this
.
menuActive
=
menu
.
name
this
.
$router
.
push
({
path
:
menu
.
webUrl
})
...
...
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