Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
liangzhen
/
framework-tools-web
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit f1865fe5
authored
Dec 01, 2023
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改菜单
1 parent
95ade57c
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
5 deletions
public/index.html
src/views/Main/index.vue
public/index.html
View file @
f1865fe
...
...
@@ -12,7 +12,7 @@
<strong>
We're sorry but
<
%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<div
id=
"app"
></div>
<
script
src=
"./api.js"
></script
>
<
!-- <script src="./api.js"></script> --
>
<!-- <script type="text/javascript" src="http://192.168.0.187:9999/web-apps/apps/api/documents/api.js"></script> -->
<!-- built files will be auto injected -->
</body>
...
...
src/views/Main/index.vue
View file @
f1865fe
...
...
@@ -510,16 +510,17 @@
jumpPage
(
data
)
{
switch
(
data
){
case
'架构元素管理'
:
this
.
$router
.
push
(
{
path
:
'/main/JiaGouYuanShuGuanLi'
}
);
this
.
$router
.
push
(
'/main/JiaGouYuanShuGuanLi'
,
()
=>
{},
()
=>
{}
);
break
;
case
'元模型管理'
:
this
.
$router
.
push
({
path
:
'/main/YuanMoXingGuanLi'
});
this
.
$router
.
push
(
'/main/YuanMoXingGuanLi'
,
()
=>
{},
()
=>
{}
);
break
;
case
'总体架构资产管理'
:
this
.
$router
.
push
(
{
path
:
'/main/YeWuZiChanGuanLi'
}
);
this
.
$router
.
push
(
'/main/YeWuZiChanGuanLi'
,
()
=>
{},
()
=>
{}
);
break
;
case
'在线文档编制'
:
this
.
$router
.
push
(
{
path
:
'/main/wenDangDemo'
}
);
this
.
$router
.
push
(
'/main/wenDangDemo'
,
()
=>
{},
()
=>
{}
);
break
;
}
}
...
...
Write
Preview
Markdown
is supported
Attach a file
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 post a comment