Commit 13cd2204 authored by xxx's avatar xxx

1

parent 60e8a947
......@@ -382,7 +382,7 @@ export default {
This.dialogCancel();
This.reclog((isUserNotAllow?"UserNotAllow,":"")+"打开失败:"+msg,1);
This.$notify({
title: '录音权限未打开,请手动开启!',
title: '录音权限未打开,请手动开启(1)',
type: 'warning',
duration: 5000
});
......@@ -392,7 +392,7 @@ export default {
This.dialogCancel();
This.reclog("打开失败:权限请求被忽略,用户主动点击的弹窗",1);
This.$notify({
title: '录音权限未打开,请手动开启!',
title: '录音权限未打开,请手动开启(2)',
type: 'warning',
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