Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mobi
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
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
wbx-PCAndMobi
mobi
Commits
e0d93f9c
Commit
e0d93f9c
authored
Apr 29, 2021
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dashboard跳转调整
parent
55e7f9b4
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
sidemenu.vue
src/components/Layout/sidemenu.vue
+11
-1
api.js
src/server/api.js
+1
-1
homeXuhui.vue
src/views/homeXuhui.vue
+1
-1
No files found.
src/components/Layout/sidemenu.vue
View file @
e0d93f9c
...
@@ -13,13 +13,23 @@
...
@@ -13,13 +13,23 @@
<a-sub-menu
:key=
"menu.name"
>
<a-sub-menu
:key=
"menu.name"
>
<span
slot=
"title"
>
<span
slot=
"title"
>
<a-icon
:type=
"menu.meta.menuIcon?menu.meta.menuIcon:'bars'"
/>
<a-icon
:type=
"menu.meta.menuIcon?menu.meta.menuIcon:'bars'"
/>
<span>
{{
menu
.
meta
.
title
}}
</span>
<span>
{{
menu
.
meta
.
title
}}
</span>
</span>
</span>
<template
v-for=
"child in menu.children"
>
<template
v-for=
"child in menu.children"
>
<a-menu-item
:key=
"child.key"
@
click=
"onclick(child.name)"
>
<template
v-if=
"child.meta.title == '系统信息配置' ||child.meta.title == '拓展信息管理' "
>
<a-menu-item
v-if=
"$store.state.hasAllRight"
:key=
"child.key"
@
click=
"onclick(child.name)"
>
<a-icon
:type=
"child.meta.menuIcon?child.meta.menuIcon:'bars'"
/>
{{
child
.
meta
.
title
}}
</a-menu-item>
</
template
>
<a-menu-item
v-else
:key=
"child.key"
@
click=
"onclick(child.name)"
>
<a-icon
:type=
"child.meta.menuIcon?child.meta.menuIcon:'bars'"
/>
<a-icon
:type=
"child.meta.menuIcon?child.meta.menuIcon:'bars'"
/>
{{child.meta.title}}
{{child.meta.title}}
</a-menu-item>
</a-menu-item>
</template>
</template>
</a-sub-menu>
</a-sub-menu>
</template>
</template>
...
...
src/server/api.js
View file @
e0d93f9c
...
@@ -64,7 +64,7 @@ default: // 默认环境下(开发环境)
...
@@ -64,7 +64,7 @@ default: // 默认环境下(开发环境)
// BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://31.0.161.39/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2'
BASE_URL
=
'http://yangpu-hm.omniview.pro/api/v2'
BASE_URL
=
'http://yangpu-hm.omniview.pro/api/v2'
//
BASE_URL = 'http://xuhui.hm.omniview.pro/api/v2'
BASE_URL
=
'http://xuhui.hm.omniview.pro/api/v2'
// BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://pudong.hm.omniview.pro/api/v2'
// BASE_URL = 'http://211.136.105.193/apiv2'
// BASE_URL = 'http://211.136.105.193/apiv2'
MOCK_URL
=
'https://yapi.omniview.pro/mock/283'
MOCK_URL
=
'https://yapi.omniview.pro/mock/283'
...
...
src/views/homeXuhui.vue
View file @
e0d93f9c
...
@@ -208,7 +208,7 @@
...
@@ -208,7 +208,7 @@
<div
class=
"jiancha"
>
<div
class=
"jiancha"
>
<div
class=
"home-card jianchaTitle"
>
<div
class=
"home-card jianchaTitle"
>
<span>
专项检查
</span>
<span>
专项检查
</span>
<img
src=
"@/assets/icon/tp.png"
style=
"height:20px;"
alt=
""
>
<img
src=
"@/assets/icon/tp.png"
style=
"height:20px;"
alt=
""
@
click=
"openOutUrl2"
>
</div>
</div>
<div
style=
"height: calc(100% - 55px);"
>
<div
style=
"height: calc(100% - 55px);"
>
<a-row
class=
"jianchaBox"
>
<a-row
class=
"jianchaBox"
>
...
...
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