
From 98ec61a753ac44f4a0d8c242be7f27b3a35b3636 Mon Sep 17 00:00:00 2001 From: yanfeiyong <2060201549@qq.com> Date: Thu, 8 May 2025 14:42:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=AD=A3=E5=BC=8F=E7=8E=AF=E5=A2=83=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 4 +- src/api/manageApitwo/index.js | 8 + src/layout/components/Navbar.vue | 35 +++- src/views/compilation/handbook/index.vue | 4 +- src/views/compilation/knowledge/index.vue | 8 +- .../components/ProjectDetails/Buildings.vue | 4 +- .../ProjectDetails/Companyenter.vue | 6 +- .../components/ProjectDetails/Months.vue | 161 ++++++++++++++--- .../components/ProjectDetails/Projectgift.vue | 5 +- src/views/components/analysis/all.vue | 101 +++++++++-- src/views/components/analysis/allcompany.vue | 170 ++++++++++++++++-- src/views/components/analysis/map.vue | 2 +- src/views/evalute/configtable/index.vue | 2 +- src/views/evalute/supervision/index.vue | 10 +- src/views/login.vue | 4 +- src/views/manage-add/index.vue | 2 +- src/views/orientedtwo/content/index.vue | 4 +- src/views/orientedtwo/subdivide/index.vue | 2 +- vue.config.js | 2 +- 19 files changed, 443 insertions(+), 91 deletions(-) diff --git a/.env.production b/.env.production index 7036efd..3cdcbb9 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,6 @@ VUE_APP_TITLE = 苏州工业园区工业上楼管理系统 ENV = 'production' # 苏州工业园区工业上楼管理系统/生产环境 -# VUE_APP_BASE_API = '' -VUE_APP_BASE_API = 'http://39.101.188.84:7071' +VUE_APP_BASE_API = '' +# VUE_APP_BASE_API = 'http://39.101.188.84:7071' # VUE_APP_BASE_API = '/api' diff --git a/src/api/manageApitwo/index.js b/src/api/manageApitwo/index.js index 9a129ef..e4bf10c 100644 --- a/src/api/manageApitwo/index.js +++ b/src/api/manageApitwo/index.js @@ -37,6 +37,14 @@ export function deletespan(idList) { }); } +//月度信息新增 +export function addmonth(data) { + return request({ + url: "/gysl/projectProgress/add", + method: "post", + data, + }) +} // 月度进展信息修改 export function updateProjectProgress(data) { diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue index 895daa4..babdcf6 100644 --- a/src/layout/components/Navbar.vue +++ b/src/layout/components/Navbar.vue @@ -8,7 +8,7 @@
- -