Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
cef7749c
Commit
cef7749c
authored
Jan 12, 2023
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
pref:修改环境变量
parent
c2c28546
Changes
9
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
547 additions
and
436 deletions
+547
-436
portal-manager-ui/admin/.env.production
portal-manager-ui/admin/.env.production
+1
-1
portal-manager-ui/admin/.env.test
portal-manager-ui/admin/.env.test
+1
-1
portal-manager-ui/admin/src/App.vue
portal-manager-ui/admin/src/App.vue
+8
-2
portal-manager-ui/admin/src/assets/images/home_bg.jpg
portal-manager-ui/admin/src/assets/images/home_bg.jpg
+0
-0
portal-manager-ui/admin/src/router/routes.js
portal-manager-ui/admin/src/router/routes.js
+500
-422
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
...al-manager-ui/admin/src/views/dataActuary/dataActuary.vue
+0
-1
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
+34
-7
portal-manager-ui/admin/src/views/home/home.vue
portal-manager-ui/admin/src/views/home/home.vue
+2
-1
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
...al-manager-ui/admin/src/views/siteArrange/siteArrange.vue
+1
-1
No files found.
portal-manager-ui/admin/.env.production
View file @
cef7749c
# 生产环境配置
NODE_ENV = production
VUE_APP_API_BASE_URL=
http://192.168.0.98:11078
/zwfw
VUE_APP_API_BASE_URL=
/portal_home
/zwfw
portal-manager-ui/admin/.env.test
View file @
cef7749c
# 生产环境配置
NODE_ENV
=
test
VUE_APP_API_BASE_URL
=
http
://
192.168
.
0.98
:
11078
/
zwfw
VUE_APP_API_BASE_URL
=
/
portal_home
/
zwfw
portal-manager-ui/admin/src/App.vue
View file @
cef7749c
...
...
@@ -66,12 +66,18 @@ body,
font-size: 16px;
font-family: "Arial", "Microsoft YaHei", "黑体", "宋体", "微软雅黑",
sans-serif !important;
width: 100%;
height: 100%;
}
#app {
width: 100% !important;
min-width: 1440px !important;
height: 100% !important;
// width: 100% !important
;
min-
height: 100% !important;
display: flex
;
}
.ant-spin-nested-loading,
.ant-spin-container {
width: 100%;
height: 100% !important;
}
</
style
>
portal-manager-ui/admin/src/assets/images/home_bg.jpg
0 → 100644
View file @
cef7749c
11.6 KB
portal-manager-ui/admin/src/router/routes.js
View file @
cef7749c
This diff is collapsed.
Click to expand it.
portal-manager-ui/admin/src/views/dataActuary/dataActuary.vue
View file @
cef7749c
...
...
@@ -88,7 +88,6 @@ export default {
}
})
.
flat
();
console
.
log
(
this
.
menuPermission
);
}
},
},
...
...
portal-manager-ui/admin/src/views/dataAdmin/dataAdmin.vue
View file @
cef7749c
<
template
>
<div
class=
"Container"
>
<div
class=
"search_box"
>
<!--
<a-input
v-model=
"searchVal"
>
<div
class=
"slogan-box"
>
<div
class=
"slogan-title"
>
智慧政务一体化数据管理
</div>
<div
class=
"slogan-text"
>
<span>
准实时数据洞察
</span>
<span>
超大规模数据量
</span>
<span>
高并发稳定运行
</span>
<span>
低延时高效查询
</span>
</div>
</div>
<!--
<div
class=
"search_box"
>
<a-input
v-model=
"searchVal"
>
<a-select
slot=
"addonBefore"
v-model=
"selectVal"
style=
"width: 90px"
>
<a-select-option
:value=
"item.value"
...
...
@@ -12,8 +21,8 @@
</a-select-option>
</a-select>
<button
class=
"addonAfter_btn"
slot=
"addonAfter"
>
查询
</button>
</a-input>
-->
</div>
</a-input>
</div>
-->
<div
class=
"skipOption_box"
>
<ul
class=
"list"
>
<li
class=
"skip_list"
>
...
...
@@ -262,8 +271,9 @@ export default {
@headerH: 4.5rem;
.Container {
height: 100%;
width: 100%;
// min-height: 960px;
background: url("~@/assets/images/
u22.pn
g") center no-repeat;
background: url("~@/assets/images/
zhandian.jp
g") center no-repeat;
background-size: cover;
padding-top: @headerH;
display: flex;
...
...
@@ -285,7 +295,7 @@ export default {
color: #ffffff;
background: #fd0b05;
position: relative;
font-weight:
10
00;
font-weight:
8
00;
font-size: 17px;
-webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
...
...
@@ -337,6 +347,23 @@ export default {
margin: 0 !important;
}
}
.slogan-box {
width: 561px;
margin-top: 100px;
color: #fff;
.slogan-title {
font-size: 50px;
font-weight: 600;
letter-spacing: 1px;
margin-bottom: 15px;
}
.slogan-text {
font-size: 18px;
display: flex;
align-items: center;
justify-content: space-between;
}
}
.skipOption_box {
width: 100%;
display: flex;
...
...
@@ -348,7 +375,7 @@ export default {
display: block;
}
align-items: center;
margin-top:
9
0px;
margin-top:
15
0px;
.list {
height: 440px;
width: 286px;
...
...
portal-manager-ui/admin/src/views/home/home.vue
View file @
cef7749c
...
...
@@ -182,7 +182,8 @@ export default {
<
style
lang=
"less"
scoped
>
@headerH: 4.5rem;
.Container {
height: 100%;
width: 100%;
height: auto;
position: relative;
.header_box {
display: flex;
...
...
portal-manager-ui/admin/src/views/siteArrange/siteArrange.vue
View file @
cef7749c
...
...
@@ -79,7 +79,7 @@ export default {
.station {
width: 100%;
height: 100%;
background: url("~@/assets/images/
zhandian
.jpg") center no-repeat;
background: url("~@/assets/images/
home_bg
.jpg") center no-repeat;
background-size: cover;
position: relative;
padding-top: @headerH;
...
...
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