From 6be30d5d4498ffba56446f3ee2b67101e9e3ec36 Mon Sep 17 00:00:00 2001 From: haha Date: Fri, 22 Mar 2024 22:24:12 +0800 Subject: [PATCH] update code --- src/pages/projectDetail.vue | 7 ++++++- vue.config.js | 3 ++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/src/pages/projectDetail.vue b/src/pages/projectDetail.vue index e6dbb85..4f2825d 100644 --- a/src/pages/projectDetail.vue +++ b/src/pages/projectDetail.vue @@ -881,7 +881,7 @@ export default { this.getProjectId(id => { this.$api.buildNode.queryFinishProject(id).then(d => { this.finishBuildNode = d || []; - let obj = (d || []).filter(it => it.nodeText == "方案深化设计"); + let obj = (d || []).filter(it => it.nodeText == "方案设计"); if (obj && obj.length > 0) { let files = (obj[0].files || '[]') if (this.$refs.mapModle) { @@ -1272,6 +1272,11 @@ export default { .prj-process-list { padding: 20px } + .el-carousel__arrow{ + width:100px; + height:100px; + font-size: 40px; + } .prj-process-list .data-img { height: 120px; diff --git a/vue.config.js b/vue.config.js index bd63956..dea529d 100644 --- a/vue.config.js +++ b/vue.config.js @@ -37,8 +37,9 @@ module.exports = defineConfig({ } }, '/jhapi':{ - target: `http://62.234.3.186/jhapi/`, + //target: `http://62.234.3.186/jhapi/`, //target: `http://127.0.0.1:8090/jhapi/`, + target: `http://szgc.jhncidg.com/jhapi/`, changeOrigin: true, pathRewrite: { '^/jhapi':'/'