fix: BUG修改

This commit is contained in:
kun 2024-05-29 18:01:27 +08:00
parent 7d113dfa78
commit 4b513961d8
3 changed files with 11 additions and 10 deletions

View File

@ -45,8 +45,8 @@ if (process.env.NODE_ENV === 'development') {
// 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' // 工作流线上地址
Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
// Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
// Vue.prototype.work_url = 'http://42.180.188.17:19097' // 工作流测试地址
Vue.prototype.work_url = 'http://192.168.34.138:5173' // 工作流地址
// Vue.prototype.work_url = 'http://139.9.66.234:5173' // 工作流地址
// Vue.prototype.work_url = 'http://192.168.34.126:5173' // 工作流地址
// Vue.prototype.url_config = 'http://8.142.139.165:7080/' // 湖里

View File

@ -90,9 +90,9 @@
"appkey_android" : "3b060f3a0ce4bafebeba1621dcd99c31"
}
},
"speech" : {
"ifly" : {}
},
// "speech" : {
// "ifly" : {}
// },
"push" : {
"unipush" : {}
}

View File

@ -568,11 +568,6 @@
url: '/pages/standardScheduleNews/home'
})
break;
case "智能巡检":
uni.navigateTo({
url: '../../projectEnd/InspectionRoute/inspectedstay'
})
break;
}
switch (item.plugin) {
// case 'markRoom':
@ -580,6 +575,12 @@
// url: '../markRoom/markRoom'
// })
// break
case "inspectRoute":
uni.navigateTo({
url: '../../projectEnd/InspectionRoute/inspectedstay'
})
break;
case 'educationExam':
uni.navigateTo({
url: '../trainPlan/list'