update code

prv
haha 2024-03-22 22:24:12 +08:00
parent 2add749811
commit 6be30d5d44
2 changed files with 8 additions and 2 deletions

View File

@ -881,7 +881,7 @@ export default {
this.getProjectId(id => { this.getProjectId(id => {
this.$api.buildNode.queryFinishProject(id).then(d => { this.$api.buildNode.queryFinishProject(id).then(d => {
this.finishBuildNode = d || []; this.finishBuildNode = d || [];
let obj = (d || []).filter(it => it.nodeText == "方案深化设计"); let obj = (d || []).filter(it => it.nodeText == "方案设计");
if (obj && obj.length > 0) { if (obj && obj.length > 0) {
let files = (obj[0].files || '[]') let files = (obj[0].files || '[]')
if (this.$refs.mapModle) { if (this.$refs.mapModle) {
@ -1272,6 +1272,11 @@ export default {
.prj-process-list { .prj-process-list {
padding: 20px padding: 20px
} }
.el-carousel__arrow{
width:100px;
height:100px;
font-size: 40px;
}
.prj-process-list .data-img { .prj-process-list .data-img {
height: 120px; height: 120px;

View File

@ -37,8 +37,9 @@ module.exports = defineConfig({
} }
}, },
'/jhapi':{ '/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://127.0.0.1:8090/jhapi/`,
target: `http://szgc.jhncidg.com/jhapi/`,
changeOrigin: true, changeOrigin: true,
pathRewrite: { pathRewrite: {
'^/jhapi':'/' '^/jhapi':'/'