Commit 284a6a2d authored by “yiyousong”'s avatar “yiyousong”

perf: 修改易政秀报表

parent 234bea52
# 易政秀
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
# 生产环境配置 # 生产环境配置
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
......
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
...@@ -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 {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment