From 482ca73ca0a57defc73dc7f61e03328c2bb8e49b Mon Sep 17 00:00:00 2001
From: shuishen <1109946754@qq.com>
Date: Fri, 26 Mar 2021 11:07:22 +0800
Subject: [PATCH] 视频对讲权限更改,地图保安图标更改
---
src/page/index/logo.vue | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/page/index/logo.vue b/src/page/index/logo.vue
index 23e56f3..b734244 100644
--- a/src/page/index/logo.vue
+++ b/src/page/index/logo.vue
@@ -427,7 +427,7 @@
that.peopleName = that.form.oneContacts;
that.peoplePhone = that.form.onePhone;
that.dialogTableVisible = true;
- // Recorder.getPermiRecorderssion().then(() => {});
+ Recorder.getPermiRecorderssion().then(() => {});
that.ofX = null;
that.ofY = null;
--
Gitblit v1.9.3