diff --git a/main.js b/main.js index 9b8451d9..c8448f09 100644 --- a/main.js +++ b/main.js @@ -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/' // 湖里 diff --git a/manifest.json b/manifest.json index bb4b8af3..cfeae4a5 100644 --- a/manifest.json +++ b/manifest.json @@ -90,9 +90,9 @@ "appkey_android" : "3b060f3a0ce4bafebeba1621dcd99c31" } }, - "speech" : { - "ifly" : {} - }, + // "speech" : { + // "ifly" : {} + // }, "push" : { "unipush" : {} } diff --git a/pages/projectEnd/projectIndex/projectIndex.vue b/pages/projectEnd/projectIndex/projectIndex.vue index c22e66a2..aa1f8011 100644 --- a/pages/projectEnd/projectIndex/projectIndex.vue +++ b/pages/projectEnd/projectIndex/projectIndex.vue @@ -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'