Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
9
91isoft_sys_web
Project
Project
Details
Activity
Releases
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
张伯涛
91isoft_sys_web
Commits
13b7ea1b
Commit
13b7ea1b
authored
Jul 11, 2022
by
zhangyichen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug修改 -回滚
parent
765c9170
Changes
13
Hide whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
51 additions
and
68 deletions
+51
-68
README.md
README.md
+2
-2
Jenkinsfile
configuration/Jenkinsfile
+2
-2
devops-rc-process-web.yaml
deploy/dev/devops-rc-process-web.yaml
+13
-13
index.html
public/index.html
+1
-1
AppMain.vue
src/layout/components/AppMain.vue
+1
-1
Logo.vue
src/layout/components/Sidebar/Logo.vue
+5
-5
logo.vue
src/layoutLogin/components/logo.vue
+1
-1
settings.js
src/settings.js
+1
-1
element-ui.scss
src/styles/element-ui.scss
+0
-6
sidebar.scss
src/styles/sidebar.scss
+19
-26
variables.scss
src/styles/variables.scss
+5
-5
dataIntegrated.vue
src/views/integratedManagement/dataIntegrated.vue
+1
-1
login.vue
src/views/login/login.vue
+0
-4
No files found.
README.md
View file @
13b7ea1b
#
网络设备监控管理平台
#
信息化管理系统
## Build Setup
## Build Setup
...
@@ -45,4 +45,4 @@ npm run lint
...
@@ -45,4 +45,4 @@ npm run lint
# 代码格式检查并自动修复
# 代码格式检查并自动修复
npm run lint
--
--fix
npm run lint
--
--fix
```
```
\ No newline at end of file
configuration/Jenkinsfile
View file @
13b7ea1b
...
@@ -16,8 +16,8 @@ pipeline {
...
@@ -16,8 +16,8 @@ pipeline {
REGISTRY
=
'harbor.91isoft.com:100'
REGISTRY
=
'harbor.91isoft.com:100'
HARBOR_NAMESPACE
=
'cy'
HARBOR_NAMESPACE
=
'cy'
GITLAB_ACCOUNT
=
'licongyang@91isoft.com'
GITLAB_ACCOUNT
=
'licongyang@91isoft.com'
APP_NAME
=
'
network_minor_
web'
APP_NAME
=
'
91isoft-sys-
web'
GIT_LAB_PROJECT
=
'http://gitlab.91isoft.com:90/zhang
yichen/network_minor
_web.git'
GIT_LAB_PROJECT
=
'http://gitlab.91isoft.com:90/zhang
botao/91isoft_sys
_web.git'
}
}
stages
{
stages
{
...
...
deploy/dev/devops-rc-process-web.yaml
View file @
13b7ea1b
...
@@ -2,24 +2,24 @@ apiVersion: apps/v1
...
@@ -2,24 +2,24 @@ apiVersion: apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
labels
:
labels
:
app
:
network-minor
app
:
rcisoft-sys
component
:
network-minor
-web
component
:
rcisoft-sys
-web
tier
:
front
tier
:
front
name
:
network-minor
-deploy
name
:
rcisoft-sys
-deploy
namespace
:
rcisoft-v2
namespace
:
rcisoft-v2
spec
:
spec
:
progressDeadlineSeconds
:
600
progressDeadlineSeconds
:
600
replicas
:
1
replicas
:
1
selector
:
selector
:
matchLabels
:
matchLabels
:
app
:
network-minor
app
:
rcisoft-sys
component
:
network-minor
-web
component
:
rcisoft-sys
-web
tier
:
front
tier
:
front
template
:
template
:
metadata
:
metadata
:
labels
:
labels
:
app
:
network-minor
app
:
rcisoft-sys
component
:
network-minor
-web
component
:
rcisoft-sys
-web
tier
:
front
tier
:
front
spec
:
spec
:
volumes
:
volumes
:
...
@@ -49,7 +49,7 @@ spec:
...
@@ -49,7 +49,7 @@ spec:
# timeoutSeconds: 10
# timeoutSeconds: 10
# failureThreshold: 30
# failureThreshold: 30
# periodSeconds: 5
# periodSeconds: 5
name
:
network-minor
name
:
rcisoft-sys
imagePullPolicy
:
Always
imagePullPolicy
:
Always
ports
:
ports
:
-
containerPort
:
80
-
containerPort
:
80
...
@@ -86,19 +86,19 @@ spec:
...
@@ -86,19 +86,19 @@ spec:
kind
:
Service
kind
:
Service
apiVersion
:
v1
apiVersion
:
v1
metadata
:
metadata
:
name
:
network-minor
-svc
name
:
rcisoft-sys
-svc
namespace
:
rcisoft-v2
namespace
:
rcisoft-v2
labels
:
labels
:
app
:
network-minor
app
:
rcisoft-sys
spec
:
spec
:
ports
:
ports
:
-
name
:
tcp-80
-
name
:
tcp-80
protocol
:
TCP
protocol
:
TCP
port
:
80
port
:
80
targetPort
:
80
targetPort
:
80
nodePort
:
788
1
nodePort
:
788
0
selector
:
selector
:
app
:
network-minor
app
:
rcisoft-sys
component
:
network-minor
-web
component
:
rcisoft-sys
-web
tier
:
front
tier
:
front
type
:
NodePort
type
:
NodePort
public/index.html
View file @
13b7ea1b
...
@@ -4,7 +4,7 @@
...
@@ -4,7 +4,7 @@
<meta
charset=
"utf-8"
>
<meta
charset=
"utf-8"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
http-equiv=
"X-UA-Compatible"
content=
"IE=edge,chrome=1"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
logo3
.png"
>
<link
rel=
"icon"
href=
"<%= BASE_URL %>
home_logo
.png"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css"
>
<link
rel=
"stylesheet"
href=
"//at.alicdn.com/t/font_2011217_f70ptj9y4oc.css"
>
<title><
%=
webpackConfig
.
name
%
></title>
<title><
%=
webpackConfig
.
name
%
></title>
</head>
</head>
...
...
src/layout/components/AppMain.vue
View file @
13b7ea1b
...
@@ -47,7 +47,7 @@ export default {
...
@@ -47,7 +47,7 @@ export default {
// fix css style bug in open el-dialog
// fix css style bug in open el-dialog
.el-popup-parent--hidden
{
.el-popup-parent--hidden
{
.fixed-header
{
.fixed-header
{
//
padding-right: 15px;
padding-right
:
15px
;
}
}
}
}
</
style
>
</
style
>
src/layout/components/Sidebar/Logo.vue
View file @
13b7ea1b
...
@@ -24,8 +24,8 @@ export default {
...
@@ -24,8 +24,8 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
title
:
'
网络设备监控管理平台
'
,
title
:
'
信息化管理系统
'
,
logo
:
require
(
'@/assets/image/logo
_index
.png'
)
logo
:
require
(
'@/assets/image/logo.png'
)
}
}
}
}
}
}
...
@@ -56,8 +56,8 @@ export default {
...
@@ -56,8 +56,8 @@ export default {
width
:
100%
;
width
:
100%
;
&
.sidebar-logo
{
&
.sidebar-logo
{
width
:
3
4
px
;
width
:
3
2
px
;
height
:
3
9
px
;
height
:
3
2
px
;
vertical-align
:
middle
;
vertical-align
:
middle
;
margin-right
:
12px
;
margin-right
:
12px
;
}
}
...
@@ -68,7 +68,7 @@ export default {
...
@@ -68,7 +68,7 @@ export default {
color
:
#fff
;
color
:
#fff
;
font-weight
:
600
;
font-weight
:
600
;
line-height
:
50px
;
line-height
:
50px
;
font-size
:
1
8
px
;
font-size
:
1
6
px
;
font-family
:
Avenir
,
Helvetica
Neue
,
Arial
,
Helvetica
,
sans-serif
;
font-family
:
Avenir
,
Helvetica
Neue
,
Arial
,
Helvetica
,
sans-serif
;
vertical-align
:
middle
;
vertical-align
:
middle
;
}
}
...
...
src/layoutLogin/components/logo.vue
View file @
13b7ea1b
...
@@ -24,7 +24,7 @@ export default {
...
@@ -24,7 +24,7 @@ export default {
},
},
data
()
{
data
()
{
return
{
return
{
title
:
'
网络设备监控管理平台
'
,
title
:
'
信息化管理系统
'
,
logo
:
'https://image-1252351428.cos.ap-beijing.myqcloud.com/home_logo.png'
logo
:
'https://image-1252351428.cos.ap-beijing.myqcloud.com/home_logo.png'
}
}
},
},
...
...
src/settings.js
View file @
13b7ea1b
module
.
exports
=
{
module
.
exports
=
{
title
:
'
网络设备监控管理平台
'
,
title
:
'
信息化管理系统
'
,
/**
/**
* @type {boolean} true | false
* @type {boolean} true | false
...
...
src/styles/element-ui.scss
View file @
13b7ea1b
...
@@ -391,9 +391,3 @@ label {
...
@@ -391,9 +391,3 @@ label {
text-align
:
left
;
text-align
:
left
;
}
}
}
}
.el-button--primary
{
color
:
#fff
;
background-color
:
#168DE8
;
border-color
:
#168DE8
;
}
src/styles/sidebar.scss
View file @
13b7ea1b
...
@@ -29,7 +29,6 @@
...
@@ -29,7 +29,6 @@
.scrollbar-wrapper
{
.scrollbar-wrapper
{
overflow-x
:
hidden
!
important
;
overflow-x
:
hidden
!
important
;
background-color
:
#1D3D55
;
}
}
.el-scrollbar__bar.is-vertical
{
.el-scrollbar__bar.is-vertical
{
...
@@ -219,52 +218,57 @@
...
@@ -219,52 +218,57 @@
background-color
:
#fff
!
important
;
background-color
:
#fff
!
important
;
}
}
#app
.sidebar-container
.el-submenu
.el-menu-item.is-active
{
background-color
:
#fff
!
important
;
}
.router-link-active
.el-menu-item.is-active
{
.router-link-active
.el-menu-item.is-active
{
background-color
:
#ffffff
!
important
;
background-color
:
#ffffff
!
important
;
}
}
// hover样式
// hover样式
.el-submenu__title
:hover
{
.el-submenu__title
:hover
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
.el-submenu__icon-arrow
{
.el-submenu__icon-arrow
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
}
}
.nest-menu
.el-submenu
>
.el-submenu__title
:hover
{
.nest-menu
.el-submenu
>
.el-submenu__title
:hover
{
background-color
:
#fff
!
important
;
background-color
:
#fff
!
important
;
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
.is-active
>
.el-submenu__title
:hover
{
.is-active
>
.el-submenu__title
:hover
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
.el-submenu
.el-menu-item
:hover
{
.el-submenu
.el-menu-item
:hover
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
.el-menu-item.submenu-title-noDropdown
:hover
{
.el-menu-item.submenu-title-noDropdown
:hover
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
.el-menu--vertical
.el-menu-item
:hover
{
.el-menu--vertical
.el-menu-item
:hover
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
.el-submenu.is-opened
{
.el-submenu.is-opened
{
background-color
:
#FFFFFF
!
important
;
background-color
:
#FFFFFF
!
important
;
>
.el-submenu__title
{
>
.el-submenu__title
{
background-color
:
#
168DE8
!
important
;
background-color
:
#
fff
!
important
;
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
.el-submenu__icon-arrow
{
.el-submenu__icon-arrow
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
}
}
.el-menu
{
.el-menu
{
.el-menu-item
{
.el-menu-item
{
background-color
:
#
142A3B
!
important
;
background-color
:
#
fff
!
important
;
color
:
#
fff
!
important
;
color
:
#
000000
!
important
;
&
.is-active
{
&
.is-active
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
}
}
}
}
...
@@ -275,19 +279,8 @@
...
@@ -275,19 +279,8 @@
color
:
#000000
!
important
;
color
:
#000000
!
important
;
.el-submenu__icon-arrow
{
.el-submenu__icon-arrow
{
color
:
#
fff
!
important
;
color
:
#
46bcf2
!
important
;
}
}
}
}
}
}
}
}
#app
.sidebar-container
.el-submenu
.el-menu-item.is-active
{
// background-color: #168DE8 !important;
color
:
#168DE8
!
important
;
}
#app
.sidebar-container
.el-submenu
.el-menu-item
:hover
{
background-color
:
#142A3B
!
important
;
color
:
#168DE8
!
important
;
}
#app
.sidebar-container
.nest-menu
li
{
padding-left
:
70px
!
important
;
}
src/styles/variables.scss
View file @
13b7ea1b
// 主题色
// 主题色
$color-theme
:
#
168DE8
;
$color-theme
:
#
46BCF3
;
$color-red
:
#F57b7b
;
$color-red
:
#F57b7b
;
$color-purple
:
#ff33a9
;
$color-purple
:
#ff33a9
;
$color-orange
:
#f4ac10
;
$color-orange
:
#f4ac10
;
...
@@ -23,7 +23,7 @@ $color-grey-light: #f4f4f4;
...
@@ -23,7 +23,7 @@ $color-grey-light: #f4f4f4;
// 列表表头底色
// 列表表头底色
$color-grey-light
:
#ecf9fe
;
$color-grey-light
:
#ecf9fe
;
// 统计折线图背景色
// 统计折线图背景色
$color-green
:
#
25B86E
;
$color-green
:
#
49cec9
;
// 统计折线图折线
// 统计折线图折线
$color-green-deep
:
#1cc2bc
;
$color-green-deep
:
#1cc2bc
;
$color-green-light-btn
:
#6dd8e4
;
$color-green-light-btn
:
#6dd8e4
;
...
@@ -40,7 +40,7 @@ $blue-prime: #46BCF3;
...
@@ -40,7 +40,7 @@ $blue-prime: #46BCF3;
$blue-prime-hover
:
#6bc9f5
;
$blue-prime-hover
:
#6bc9f5
;
$blue-prime-active
:
#0098de
;
$blue-prime-active
:
#0098de
;
// 导出 导入 修改
// 导出 导入 修改
$green-prime
:
#
25B86E
;
$green-prime
:
#
49cec9
;
$green-prime-hover
:
#6dd8d4
;
$green-prime-hover
:
#6dd8d4
;
$green-prime-active
:
#1cc2bc
;
$green-prime-active
:
#1cc2bc
;
// 文件上传
// 文件上传
...
@@ -84,8 +84,8 @@ $menuText:#fff;
...
@@ -84,8 +84,8 @@ $menuText:#fff;
$menuActiveText
:
#46BCF2
;
$menuActiveText
:
#46BCF2
;
$subMenuActiveText
:
#f4f4f5
;
//https://github.com/ElemeFE/element/issues/12951
$subMenuActiveText
:
#f4f4f5
;
//https://github.com/ElemeFE/element/issues/12951
$menuBg
:
#1D3D55
;
$menuBg
:
#46BCF2
;
$menuHover
:
#168DE8
;
$menuHover
:
#fff
;
$subMenuBg
:
#46BCF2
;
$subMenuBg
:
#46BCF2
;
$subMenuHover
:
#fff
;
$subMenuHover
:
#fff
;
...
...
src/views/integratedManagement/dataIntegrated.vue
View file @
13b7ea1b
...
@@ -68,7 +68,7 @@
...
@@ -68,7 +68,7 @@
</el-table-column>
</el-table-column>
<el-table-column
label=
"操作"
>
<el-table-column
label=
"操作"
>
<
template
slot-scope=
"scope"
>
<
template
slot-scope=
"scope"
>
<el-button
v-hasPermi=
"['zt:dataCenter:update']"
type=
"text"
style=
"color: #
25B86E
"
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['zt:dataCenter:update']"
type=
"text"
style=
"color: #
49cec9
"
size=
"mini"
@
click=
"handleEdit(scope.$index, scope.row)"
>
修改
</el-button>
<el-button
v-hasPermi=
"['zt:dataCenter:delete']"
type=
"text"
size=
"mini"
@
click=
"handleDelete(scope.$index, scope.row)"
>
删除
</el-button>
<el-button
v-hasPermi=
"['zt:dataCenter:delete']"
type=
"text"
size=
"mini"
@
click=
"handleDelete(scope.$index, scope.row)"
>
删除
</el-button>
</
template
>
</
template
>
</el-table-column>
</el-table-column>
...
...
src/views/login/login.vue
View file @
13b7ea1b
...
@@ -232,10 +232,6 @@ export default {
...
@@ -232,10 +232,6 @@ export default {
background-color
:
#1f6aa2
;
background-color
:
#1f6aa2
;
border-color
:
#1f6aa2
;
border-color
:
#1f6aa2
;
}
}
.blue-btn
:hover
{
background-color
:
#168DE8
;
border-color
:
#168DE8
;
}
}
}
.el-input
{
.el-input
{
height
:
38px
;
height
:
38px
;
...
...
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