Commit 13cd2204 authored by xxx's avatar xxx

1

parent 60e8a947
...@@ -382,7 +382,7 @@ export default { ...@@ -382,7 +382,7 @@ export default {
This.dialogCancel(); This.dialogCancel();
This.reclog((isUserNotAllow?"UserNotAllow,":"")+"打开失败:"+msg,1); This.reclog((isUserNotAllow?"UserNotAllow,":"")+"打开失败:"+msg,1);
This.$notify({ This.$notify({
title: '录音权限未打开,请手动开启!', title: '录音权限未打开,请手动开启(1)',
type: 'warning', type: 'warning',
duration: 5000 duration: 5000
}); });
...@@ -392,7 +392,7 @@ export default { ...@@ -392,7 +392,7 @@ export default {
This.dialogCancel(); This.dialogCancel();
This.reclog("打开失败:权限请求被忽略,用户主动点击的弹窗",1); This.reclog("打开失败:权限请求被忽略,用户主动点击的弹窗",1);
This.$notify({ This.$notify({
title: '录音权限未打开,请手动开启!', title: '录音权限未打开,请手动开启(2)',
type: 'warning', type: 'warning',
duration: 5000 duration: 5000
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment