Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
M
multiSystem
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
0
Merge Requests
0
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
Yulun Yao
multiSystem
Commits
9e3a937d
Commit
9e3a937d
authored
Aug 10, 2022
by
程卓
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
样式调整
parent
646bc259
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
5 deletions
+6
-5
index.html
index.html
+1
-1
index.vue
src/components/Layout/index.vue
+2
-2
sidemenu.vue
src/components/Layout/sidemenu.vue
+1
-0
systemDash.vue
src/views/dashboard/systemDash.vue
+2
-2
No files found.
index.html
View file @
9e3a937d
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
name=
"viewport"
content=
"width=device-width,initial-scale=1.0"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<title>
多系统登录
平台
</title>
<title>
上海智慧物业管理运营
平台
</title>
</head>
</head>
<body>
<body>
<div
id=
"portal"
></div>
<div
id=
"portal"
></div>
...
...
src/components/Layout/index.vue
View file @
9e3a937d
<
template
>
<
template
>
<a-locale-provider
:locale=
"zh_CN"
>
<a-locale-provider
:locale=
"zh_CN"
>
<a-layout
id=
"SubLayout"
>
<a-layout
id=
"SubLayout"
>
<a-layout-sider
v-model=
"collapsed"
:trigger=
"null"
breakpoint=
"lg"
collapsible
>
<a-layout-sider
v-model=
"collapsed"
:trigger=
"null"
breakpoint=
"lg"
collapsible
width=
"270"
>
<div
id=
"logo"
@
click=
"showLogoConfigFormModal()"
style=
"cursor: pointer;"
>
<div
id=
"logo"
@
click=
"showLogoConfigFormModal()"
style=
"cursor: pointer;"
>
<!--
<img
class=
"logo-img"
:src=
"logoConfig.logoImg"
alt=
""
/>
-->
<!--
<img
class=
"logo-img"
:src=
"logoConfig.logoImg"
alt=
""
/>
-->
<a-row>
<a-row>
...
@@ -10,7 +10,7 @@
...
@@ -10,7 +10,7 @@
<img
v-else
class=
"logo-img"
>
<img
v-else
class=
"logo-img"
>
</a-col>
</a-col>
<a-col
:span=
'18'
>
<a-col
:span=
'18'
>
<span
v-show=
"!collapsed"
class=
"logo-title"
>
多系统登录
平台
</span>
<span
v-show=
"!collapsed"
class=
"logo-title"
>
上海智慧物业管理运营
平台
</span>
</a-col>
</a-col>
</a-row>
</a-row>
</div>
</div>
...
...
src/components/Layout/sidemenu.vue
View file @
9e3a937d
...
@@ -6,6 +6,7 @@
...
@@ -6,6 +6,7 @@
:openKeys=
"openKeys"
:openKeys=
"openKeys"
v-model=
"selectedKeys"
v-model=
"selectedKeys"
@
openChange=
"onOpenChange"
@
openChange=
"onOpenChange"
width=
"250"
>
>
<template
v-if=
"menus && menus.length > 0"
>
<template
v-if=
"menus && menus.length > 0"
>
<template
v-for=
"menu in menus"
>
<template
v-for=
"menu in menus"
>
...
...
src/views/dashboard/systemDash.vue
View file @
9e3a937d
...
@@ -30,7 +30,7 @@ export default {
...
@@ -30,7 +30,7 @@ export default {
token
:
''
token
:
''
},
},
{
{
name
:
'数据可视化系统
V1.0
'
,
name
:
'数据可视化系统'
,
url
:
'https://962121.fgj.sh.gov.cn/wyweb/mngplat/jsp/fxftDirectAccess.jsp?username=18679837182&password=111111a'
,
url
:
'https://962121.fgj.sh.gov.cn/wyweb/mngplat/jsp/fxftDirectAccess.jsp?username=18679837182&password=111111a'
,
img
:
require
(
'@/assets/icon/wd-applet-big-data-analytics.png'
),
img
:
require
(
'@/assets/icon/wd-applet-big-data-analytics.png'
),
token
:
''
token
:
''
...
@@ -42,7 +42,7 @@ export default {
...
@@ -42,7 +42,7 @@ export default {
token
:
''
token
:
''
},
},
{
{
name
:
'知识图谱规则引擎软件
V1.0
'
,
name
:
'知识图谱规则引擎软件'
,
url
:
'http://kw-atlas.omniview.pro/demo?token='
+
this
.
$cookie
.
get
(
'token'
),
url
:
'http://kw-atlas.omniview.pro/demo?token='
+
this
.
$cookie
.
get
(
'token'
),
img
:
require
(
'@/assets/icon/wd-applet-rocket.png'
),
img
:
require
(
'@/assets/icon/wd-applet-rocket.png'
),
token
:
''
token
:
''
...
...
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