diff --git a/src/components/LocationCard/index.vue b/src/components/LocationCard/index.vue index 9c28940..6d62c0a 100644 --- a/src/components/LocationCard/index.vue +++ b/src/components/LocationCard/index.vue @@ -8,14 +8,14 @@ - 📞 + 导航 - 📞 + 电话 diff --git a/src/model/ChatModel.js b/src/model/ChatModel.js index 65a36f5..faecf9c 100644 --- a/src/model/ChatModel.js +++ b/src/model/ChatModel.js @@ -23,6 +23,8 @@ export const CompName = { enterLicensePlateCard: "enterLicensePlateCard", // 调查问卷卡片 callSurveyQuestionnaire: "callSurveyQuestionnaire", + // 打开地图卡片 + openMapCard: "openMapCard", }; /// 发送的指令类型 diff --git a/src/pages/index/components/chat/ChatMainList/index.vue b/src/pages/index/components/chat/ChatMainList/index.vue index b709ee6..b1a712f 100644 --- a/src/pages/index/components/chat/ChatMainList/index.vue +++ b/src/pages/index/components/chat/ChatMainList/index.vue @@ -23,6 +23,9 @@ + @@ -99,6 +102,7 @@ import ActivityListComponent from "../../module/ActivityListComponent/index.vue" import RecommendPostsComponent from "../../module/RecommendPostsComponent/index.vue"; import AttachListComponent from "../../module/AttachListComponent/index.vue"; import DetailCardCompontent from "../../module/DetailCardCompontent/index.vue"; +import OpenMapComponent from "../../module/OpenMapComponent/index.vue"; import CreateServiceOrder from "@/components/CreateServiceOrder/index.vue"; import Feedback from "@/components/Feedback/index.vue"; import AddCarCrad from "@/components/AddCarCrad/index.vue"; diff --git a/src/pages/index/components/module/OpenMapComponent/images/map_icon.png b/src/pages/index/components/module/OpenMapComponent/images/map_icon.png deleted file mode 100644 index bb7b65b..0000000 Binary files a/src/pages/index/components/module/OpenMapComponent/images/map_icon.png and /dev/null differ diff --git a/src/pages/index/components/module/OpenMapComponent/index.vue b/src/pages/index/components/module/OpenMapComponent/index.vue index c6a8af0..a62824c 100644 --- a/src/pages/index/components/module/OpenMapComponent/index.vue +++ b/src/pages/index/components/module/OpenMapComponent/index.vue @@ -5,7 +5,7 @@ - + diff --git a/src/request/base/config.js b/src/request/base/config.js index d084319..7a8c248 100644 --- a/src/request/base/config.js +++ b/src/request/base/config.js @@ -7,7 +7,7 @@ import { getServiceUrl } from "../api/GetServiceUrlApi"; const versionValue = "1.0.4"; /// 是否是测试版本, 测试版本为true, 发布版本为false -const developVersion = false; +const developVersion = true; // 获取服务地址 const getEvnUrl = async () => {