From 2748a68c20dc698465785a99211ce06f77e4c0b7 Mon Sep 17 00:00:00 2001
From: zengh <123456>
Date: Thu, 27 May 2021 20:27:21 +0800
Subject: [PATCH] 路线导航修改
---
pages/investigation/investigation.vue | 2 +-
pages/workbench/workbench.vue | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/pages/investigation/investigation.vue b/pages/investigation/investigation.vue
index 18e71ff..8a37d8a 100644
--- a/pages/investigation/investigation.vue
+++ b/pages/investigation/investigation.vue
@@ -30,7 +30,7 @@
}else{
data = options.data;
}
- this.urls = "https://web.byisf.com/xcxjingqingmap/lxdhmap.html?data=" + data;
+ this.urls = "https://web.byisf.com/xcxjingqingmap/xcxmap.html?data=" + data;
// this.dataList = data;
// console.log(this.urls);
},
diff --git a/pages/workbench/workbench.vue b/pages/workbench/workbench.vue
index fa00308..42ff81f 100644
--- a/pages/workbench/workbench.vue
+++ b/pages/workbench/workbench.vue
@@ -31,7 +31,7 @@
<div class="m-t" @click="candos" :style="{ borderBottom: candoDB}">可接任务</div>
</div>
<div class="m-main">
- <view class="inTitle">{{Task}}</view>
+ <!-- <view class="inTitle">{{Task}}</view> -->
<view class="inTmain">
<pColumn v-for="(item,index) in dataListP" :key="index" :Pdata="item" :fromW="fromW"
@refreshTask="refreshTask"></pColumn>
--
Gitblit v1.9.3