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
284a6a2d
Commit
284a6a2d
authored
Aug 09, 2024
by
“yiyousong”
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
perf: 修改易政秀报表
parent
234bea52
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
13 additions
and
6 deletions
+13
-6
portal-manager-ui/admin/.env
portal-manager-ui/admin/.env
+2
-0
portal-manager-ui/admin/.env.production
portal-manager-ui/admin/.env.production
+0
-1
portal-manager-ui/admin/src/api/customer.js
portal-manager-ui/admin/src/api/customer.js
+2
-2
portal-manager-ui/admin/src/views/home/home.vue
portal-manager-ui/admin/src/views/home/home.vue
+9
-3
No files found.
portal-manager-ui/admin/.env
View file @
284a6a2d
# 易政秀
VUE_APP_API_ES_URL=http://www.ezxiu.cn
VUE_APP_API_BASE_URL=http://8.136.255.30:11072
VUE_APP_API_BASE_URL=http://8.136.255.30:11072
\ No newline at end of file
portal-manager-ui/admin/.env.production
View file @
284a6a2d
# 生产环境配置
# 生产环境配置
NODE_ENV = production
NODE_ENV = production
VUE_APP_API_BASE_URL=/basics_api
VUE_APP_API_BASE_URL=/basics_api
#余林
#余林
VUE_APP_API_PHP_URL=/zwfw_api
VUE_APP_API_PHP_URL=/zwfw_api
...
...
portal-manager-ui/admin/src/api/customer.js
View file @
284a6a2d
import
http
from
"
../request/http
"
;
import
http
from
"
../request/http
"
;
let
baseURL
=
"
http://8.136.255.30
"
let
baseURL
=
process
.
env
.
VUE_APP_API_ES_URL
;
let
proURL
=
process
.
env
.
VUE_APP_API_BASE_URL
;
let
proURL
=
process
.
env
.
VUE_APP_API_BASE_URL
;
// 查询客户管理列表
// 查询客户管理列表
...
@@ -15,4 +15,4 @@ export function windowList(params) {
...
@@ -15,4 +15,4 @@ export function windowList(params) {
// 图片作品
// 图片作品
export
function
picInfoList
(
params
)
{
export
function
picInfoList
(
params
)
{
return
http
.
post
(
`
${
baseURL
}
/eas/customer/work/design/picture/list`
,
params
);
return
http
.
post
(
`
${
baseURL
}
/eas/customer/work/design/picture/list`
,
params
);
}
}
\ No newline at end of file
portal-manager-ui/admin/src/views/home/home.vue
View file @
284a6a2d
...
@@ -5,9 +5,11 @@
...
@@ -5,9 +5,11 @@
<img
<img
style=
"width: 40px; margin-right: 20px"
style=
"width: 40px; margin-right: 20px"
src=
"@/assets/images/logo.png"
src=
"@/assets/images/logo.png"
alt=
"
"
@
click=
"$router.push('/home/dataManagement/dataAdmin')
"
/>
/>
<i
class=
"title"
>
智慧大厅集成化综合管理平台
</i>
<i
class=
"title"
@
click=
"$router.push('/home/dataManagement/dataAdmin')"
>
智慧大厅集成化综合管理平台
</i
>
<!--
<i
class=
"title"
>
智慧政务一体化综合管理平台4.0
</i>
-->
<!--
<i
class=
"title"
>
智慧政务一体化综合管理平台4.0
</i>
-->
<div
class=
"selectOnptions"
>
<div
class=
"selectOnptions"
>
<a-select
v-model=
"siteInfo"
labelInValue
@
change=
"handleChange"
>
<a-select
v-model=
"siteInfo"
labelInValue
@
change=
"handleChange"
>
...
@@ -131,7 +133,7 @@ export default {
...
@@ -131,7 +133,7 @@ export default {
"
/home/dataManagement/dataAdmin
"
,
"
/home/dataManagement/dataAdmin
"
,
"
/home/siteArrange
"
,
"
/home/siteArrange
"
,
"
/home/dataActuary
"
,
"
/home/dataActuary
"
,
//
"/home/thePlatformIsSet/setPlatformes",
"
/home/thePlatformIsSet/setPlatformes
"
,
];
];
return
arr
.
includes
(
this
.
$route
.
path
);
return
arr
.
includes
(
this
.
$route
.
path
);
},
},
...
@@ -223,12 +225,16 @@ export default {
...
@@ -223,12 +225,16 @@ export default {
align-items: center;
align-items: center;
justify-content: flex-start;
justify-content: flex-start;
flex-shrink: 1;
flex-shrink: 1;
img {
cursor: pointer;
}
.title {
.title {
font-style: normal;
font-style: normal;
font-weight: bold;
font-weight: bold;
font-size: 20px;
font-size: 20px;
color: #fff;
color: #fff;
margin-right: 1rem;
margin-right: 1rem;
cursor: pointer;
}
}
/deep/ .selectOnptions {
/deep/ .selectOnptions {
.ant-select {
.ant-select {
...
...
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