diff --git a/.env.production b/.env.production
index 4e6f237..bef27bb 100644
--- a/.env.production
+++ b/.env.production
@@ -5,4 +5,4 @@ VUE_APP_TITLE = 苏州工业园区工业上楼项目系统
ENV = 'production'
# 苏州工业园区工业上楼项目系统/生产环境
-VUE_APP_BASE_API = 'http://39.101.188.84:7071'
+# VUE_APP_BASE_API = 'http://39.101.188.84:7071'
diff --git a/src/api/ManageApi/index.js b/src/api/ManageApi/index.js
index ade9791..ca024ab 100644
--- a/src/api/ManageApi/index.js
+++ b/src/api/ManageApi/index.js
@@ -529,3 +529,79 @@ export function getclglPage(data) {
data
})
}
+// 富文本编辑接口
+export function exportToPdf(params) {
+ return request({
+ url: '/gysl/dpclgl/unloadPdf',
+ method: 'get',
+ params,
+ })
+}
+
+//通用下载请求
+export function downloadPdf(fileName) {
+ return request({
+ url: '/common/download',
+ method: 'get',
+ params: { fileName },
+ })
+}
+
+//政务统计
+//整体项目情况
+export function allinformation(data){
+ return request({
+ url:'/gysl/zwStats/allProject',
+ method:'get',
+ data
+ })
+}
+
+// //投资主体
+export function investall() {
+ return request({
+ url: '/gysl/zwStats/investors',
+ method: 'get'
+ })
+}
+
+// 功能区
+export function fungong(){
+ return request({
+ url:'/gysl/zwStats/ribbon',
+ method:'get'
+ })
+}
+
+//详细通知
+export function getAllMessages(){
+ return request({
+ url:'/gysl/zwStats/zwNotice',
+ method:'get'
+ })
+}
+
+//项目列表
+export function xmlist(){
+ return request({
+ url:'/gysl/zwStats/projectList',
+ method:'get'
+ })
+}
+//政务统计结束
+
+//企业统计
+//整体项目情况
+export function allproject(){
+ return request({
+ url:'/gysl/qyStats/allProject',
+ method:'get'
+ })
+}
+//企业详细通知
+export function getAllMessagestwo(){
+ return request({
+ url:'/gysl/qyStats/qyNotice',
+ method:'get'
+ })
+}
\ No newline at end of file
diff --git a/src/views/compilation/onecailiao/index.vue b/src/views/compilation/onecailiao/index.vue
index 22ec3f7..b14278e 100644
--- a/src/views/compilation/onecailiao/index.vue
+++ b/src/views/compilation/onecailiao/index.vue
@@ -45,8 +45,8 @@
-
+
@@ -80,7 +80,9 @@
@@ -104,7 +106,7 @@
\ No newline at end of file
diff --git a/src/views/components/analysis/function.vue b/src/views/components/analysis/function.vue
index 59498ce..d8ddc39 100644
--- a/src/views/components/analysis/function.vue
+++ b/src/views/components/analysis/function.vue
@@ -1,58 +1,86 @@
+
\ No newline at end of file
diff --git a/src/views/components/analysis/invest.vue b/src/views/components/analysis/invest.vue
index 23184e9..f14c70c 100644
--- a/src/views/components/analysis/invest.vue
+++ b/src/views/components/analysis/invest.vue
@@ -1,74 +1,87 @@
-分析
-
-
-
-
-
-
-
\ No newline at end of file
+ }
+};
+
+
+
\ No newline at end of file
diff --git a/src/views/components/analysis/message.vue b/src/views/components/analysis/message.vue
index d1d9e29..fb9ff5a 100644
--- a/src/views/components/analysis/message.vue
+++ b/src/views/components/analysis/message.vue
@@ -15,52 +15,48 @@
\ No newline at end of file
diff --git a/src/views/components/analysis/messagecompany.vue b/src/views/components/analysis/messagecompany.vue
new file mode 100644
index 0000000..abff330
--- /dev/null
+++ b/src/views/components/analysis/messagecompany.vue
@@ -0,0 +1,62 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/components/analysis/projectList.vue b/src/views/components/analysis/projectList.vue
index 8d19603..e927a5f 100644
--- a/src/views/components/analysis/projectList.vue
+++ b/src/views/components/analysis/projectList.vue
@@ -1,99 +1,96 @@
-
-
-
-
- {{ scope.row.name }}
-
-
-
-
-
-
-
-
-
-
- {{ scope.row.status }}
-
-
-
-
-
-
-
-
-
\ No newline at end of file
+}
+
+
+
\ No newline at end of file
diff --git a/src/views/evalute/evalist/index.vue b/src/views/evalute/evalist/index.vue
index 0a03467..75d5d0e 100644
--- a/src/views/evalute/evalist/index.vue
+++ b/src/views/evalute/evalist/index.vue
@@ -99,8 +99,7 @@
关 闭
-
-
+
@@ -133,7 +132,7 @@
@@ -119,10 +147,12 @@ export default {
display: flex;
align-items: center;
}
-.relaitem{
+
+.relaitem {
position: relative;
}
-.itemsall{
+
+.itemsall {
position: absolute;
display: flex;
flex-direction: column;
@@ -131,7 +161,8 @@ export default {
top: 5.5rem;
left: 7.2rem;
}
-.itemsall span:nth-child(1){
+
+.itemsall span:nth-child(1) {
font-family: DIN, DIN;
font-weight: 500;
font-size: 1.75rem;
@@ -141,7 +172,8 @@ export default {
font-style: normal;
text-transform: none;
}
-.itemsall span:nth-child(2){
+
+.itemsall span:nth-child(2) {
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
font-weight: 400;
font-size: 0.88rem;
@@ -151,6 +183,7 @@ export default {
font-style: normal;
text-transform: none;
}
+
.itemhead span {
margin-left: 1rem;
font-family: AlibabaPuHuiTi, AlibabaPuHuiTi;
@@ -162,7 +195,8 @@ export default {
font-style: normal;
text-transform: none;
}
-.mainarea{
+
+.mainarea {
padding: 0rem 0rem 0 1.4rem;
overflow: auto;
}
@@ -186,7 +220,8 @@ export default {
grid-column: span 3;
/* 占三列 */
}
-.mapareaone{
+
+.mapareaone {
position: relative;
}
diff --git a/src/views/tongjifenxi/index.vue b/src/views/tongjifenxi/index.vue
index 2d087f7..c7e44a5 100644
--- a/src/views/tongjifenxi/index.vue
+++ b/src/views/tongjifenxi/index.vue
@@ -3,7 +3,7 @@
@@ -12,7 +12,7 @@
消息通知
-
+
@@ -54,19 +54,19 @@