From 278df7f5b7ee7abb8dbae6c0ad85ab767dc3b232 Mon Sep 17 00:00:00 2001
From: kun <1422840143@qq.com>
Date: Wed, 29 May 2024 18:54:32 +0800
Subject: [PATCH] =?UTF-8?q?fix:=20BUG=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
main.js | 4 ++--
pages/projectEnd/projectIndex/projectIndex.vue | 13 +++++--------
pages/projectEnd/safeSame/index.vue | 4 ++--
3 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/main.js b/main.js
index fe744711..c8448f09 100644
--- a/main.js
+++ b/main.js
@@ -37,11 +37,11 @@ if (process.env.NODE_ENV === 'development') {
console.log('开发环境')
// Vue.prototype.url_config = 'http://47.93.215.234:9809/' // 鞍钢正式地址(弃用)
// Vue.prototype.url_config = 'http://42.180.188.17:9809/' // 鞍钢正式地址
- Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
+ // Vue.prototype.url_config = 'http://42.180.188.17:11211/' // 鞍钢测试地址
// Vue.prototype.url_config = 'http://182.90.224.237:51234/' //雄哥内网穿透地址
// Vue.prototype.url_config = 'http://jxj.zhgdyun.com:61212/' //杰哥内网穿透地址
// Vue.prototype.url_config = ' http://192.168.34.221:28888/' //郭圣雄本地
- // Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
+ Vue.prototype.url_config = 'http://192.168.34.221:9111/' //郭圣雄本地
// Vue.prototype.url_config = 'http://192.168.34.155:19111/' //彭洁本地
// Vue.prototype.work_url = 'http://47.93.215.234:19997' // 工作流线上地址(弃用)
// Vue.prototype.work_url = 'http://42.180.188.17:19997' // 工作流线上地址
diff --git a/pages/projectEnd/projectIndex/projectIndex.vue b/pages/projectEnd/projectIndex/projectIndex.vue
index aa1f8011..4d0799da 100644
--- a/pages/projectEnd/projectIndex/projectIndex.vue
+++ b/pages/projectEnd/projectIndex/projectIndex.vue
@@ -562,20 +562,17 @@
// return false;
// }
console.log('item=======item.plugin', item, item.plugin)
- switch (item.moduleName) {
- case "进度管理AG":
- uni.navigateTo({
- url: '/pages/standardScheduleNews/home'
- })
- break;
- }
switch (item.plugin) {
// case 'markRoom':
// uni.navigateTo({
// url: '../markRoom/markRoom'
// })
// break
-
+ case "standardScheduleAg":
+ uni.navigateTo({
+ url: '/pages/standardScheduleNews/home'
+ })
+ break;
case "inspectRoute":
uni.navigateTo({
url: '../../projectEnd/InspectionRoute/inspectedstay'
diff --git a/pages/projectEnd/safeSame/index.vue b/pages/projectEnd/safeSame/index.vue
index 1fa5237f..2e2e9a5c 100644
--- a/pages/projectEnd/safeSame/index.vue
+++ b/pages/projectEnd/safeSame/index.vue
@@ -82,7 +82,7 @@