From f52e124b525af17c237f08afca136aedcd470413 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期四, 29 一月 2026 09:56:04 +0800
Subject: [PATCH] 优化
---
frontWuhu/src/router/index.js | 4 ++--
frontWuhu/src/views/business/project.vue | 6 +++---
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/frontWuhu/src/router/index.js b/frontWuhu/src/router/index.js
index 8deec1a..dd894d3 100644
--- a/frontWuhu/src/router/index.js
+++ b/frontWuhu/src/router/index.js
@@ -66,8 +66,8 @@
})
router.beforeEach((to, from, next) => {
if (to.path === '/business/screen') {
- window.open('http://106.14.20.42/screen/#/maturity')
- // window.open(process.env.VUE_APP_SCREENURL2)
+ // window.open('http://106.14.20.42/screen/#/maturity')
+ window.open(process.env.VUE_APP_SCREENURL2)
next({ name: from.name })
return
}
diff --git a/frontWuhu/src/views/business/project.vue b/frontWuhu/src/views/business/project.vue
index 2c51c6a..424dda1 100644
--- a/frontWuhu/src/views/business/project.vue
+++ b/frontWuhu/src/views/business/project.vue
@@ -43,12 +43,12 @@
:id="item.id"
:canApply="true"
:isApply="activeName=='first'"
- :projectNmae="item.name || item.projectName"
+ :projectName="item.name || item.projectName"
:status="item.status"
:imgurlfull="item.imgurlfull"
:applyDate="item.startDate.substring(0,item.startDate.length-3)+'~'+item.endDate.substring(0,item.endDate.length-3)"
:declareStatus="item.status"
- :city="item.cityName"
+ :city="item.cityName"
:projectId="item.projectId"
:remark="item.remark"
@projectDetail="selectProject(item)"
@@ -216,7 +216,7 @@
// .catch(e => {
// this.$message.error(e)
// })
- }
+ }
// else {
// projectDetail(item.id)
// .then(res => {
--
Gitblit v1.9.3