
diff --git a/.env.production b/.env.production index 7036efd..a5a8cc0 100644 --- a/.env.production +++ b/.env.production @@ -5,6 +5,9 @@ VUE_APP_TITLE = 苏州工业园区工业上楼管理系统 ENV = 'production' # 苏州工业园区工业上楼管理系统/生产环境 -# VUE_APP_BASE_API = '' -VUE_APP_BASE_API = 'http://39.101.188.84:7071' -# VUE_APP_BASE_API = '/api' +# 个人环境 +VUE_APP_BASE_API = '' +# 测试环境 +# VUE_APP_BASE_API = 'http://39.101.188.84:7071' +# 正式环境 +# VUE_APP_BASE_API = 'https://gysl.sipac.gov.cn/api' diff --git a/package.json b/package.json index 37a4c6f..24fa0ed 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ "autofit.js": "^3.2.2", "axios": "0.28.1", "clipboard": "2.0.8", - "core-js": "3.37.1", + "core-js": "^3.42.0", "docx-preview": "^0.3.5", "echarts": "^5.4.0", "element-ui": "^2.15.13", @@ -57,10 +57,12 @@ "mars2d": "^3.3.1", "mars2d-esri": "^3.3.1", "moment": "^2.30.1", + "node-forge": "^1.3.1", "nprogress": "0.2.0", "quill": "2.0.2", + "regenerator-runtime": "^0.14.1", "screenfull": "5.0.2", - "sortablejs": "1.10.2", + "sortablejs": "^1.10.2", "splitpanes": "2.4.1", "vue": "2.6.12", "vue-count-to": "1.0.13", diff --git a/src/api/ManageApi/index.js b/src/api/ManageApi/index.js index 590af52..b4f3733 100644 --- a/src/api/ManageApi/index.js +++ b/src/api/ManageApi/index.js @@ -714,6 +714,14 @@ export function xmlist(){ //政务统计结束 //企业统计 +//储备项目统计分析 +export function getAllProjects() { + return request({ + url: '/gysl/zwStats/cbxmtj', + method: 'get' + }) +} + //整体项目情况 export function allinformationtwo(){ return request({ 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 @@
- -