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 fdc5612a
authored
Dec 14, 2023
by
liuyong
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改左侧菜单加载
1 parent
3f92862b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
5 deletions
src/views/Main/index.vue
src/views/Main/index.vue
View file @
fdc5612
...
@@ -559,27 +559,23 @@
...
@@ -559,27 +559,23 @@
case
'技术政策库关联使用'
:
case
'技术政策库关联使用'
:
this
.
$router
.
push
(
'/main/techPoliticsRelativeUse'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/techPoliticsRelativeUse'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
this
.
visible5
=
false
;
break
;
break
;
case
'报告模板结构化'
:
case
'报告模板结构化'
:
this
.
$router
.
push
(
'/main/reportTemplateFabric'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/reportTemplateFabric'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
this
.
visible5
=
false
;
break
;
break
;
case
'典型案例库管理'
:
case
'典型案例库管理'
:
this
.
$router
.
push
(
'/main/typicalExampleManage'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/typicalExampleManage'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
this
.
visible5
=
false
;
break
;
break
;
case
'典型案例库关联使用'
:
case
'典型案例库关联使用'
:
this
.
$router
.
push
(
'/main/typicalExampleRelativeUse'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/typicalExampleRelativeUse'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
this
.
visible5
=
false
;
break
;
break
;
case
'总体架构资产文档库'
:
case
'总体架构资产文档库'
:
this
.
$router
.
push
(
'/main/totalArchiPropertyDocument'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/totalArchiPropertyDocument'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
this
.
visible5
=
false
;
break
;
case
'专家人才库管理'
:
case
'专家人才库管理'
:
this
.
$router
.
push
(
'/main/etp-Manage'
,
()
=>
{},
()
=>
{}
);
this
.
$router
.
push
(
'/main/etp-Manage'
,
()
=>
{},
()
=>
{}
);
this
.
visible5
=
false
;
this
.
visible5
=
false
;
...
...
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