Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
NewTruckTerminalSyetem
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
SQL_Mou
NewTruckTerminalSyetem
Commits
03a1947b
Commit
03a1947b
authored
Sep 06, 2022
by
xxx
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
11989164
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
7 deletions
+10
-7
index.vue
src/views/MLargeScreen/components/voiceApplication/index.vue
+10
-7
No files found.
src/views/MLargeScreen/components/voiceApplication/index.vue
View file @
03a1947b
...
@@ -344,18 +344,21 @@ export default {
...
@@ -344,18 +344,21 @@ export default {
},
function
(
msg
,
isUserNotAllow
){
},
function
(
msg
,
isUserNotAllow
){
This
.
dialogCancel
();
This
.
dialogCancel
();
This
.
reclog
((
isUserNotAllow
?
"
UserNotAllow,
"
:
""
)
+
"
打开失败:
"
+
msg
,
1
);
This
.
reclog
((
isUserNotAllow
?
"
UserNotAllow,
"
:
""
)
+
"
打开失败:
"
+
msg
,
1
);
// This.$notify({
This
.
$notify
({
// title: '2222',
title
:
'
录音权限未打开,请手动开启!
'
,
// type: 'success',
type
:
'
success
'
,
// duration: 2500
duration
:
5000
// });
});
console
.
log
(
'
录音权限未打开1
'
);
});
});
This
.
waitDialogClickFn
=
function
(){
This
.
waitDialogClickFn
=
function
(){
This
.
dialogCancel
();
This
.
dialogCancel
();
This
.
reclog
(
"
打开失败:权限请求被忽略,用户主动点击的弹窗
"
,
1
);
This
.
reclog
(
"
打开失败:权限请求被忽略,用户主动点击的弹窗
"
,
1
);
console
.
log
(
'
录音权限未打开2
'
);
This
.
$notify
({
title
:
'
录音权限未打开,请手动开启!
'
,
type
:
'
success
'
,
duration
:
5000
});
};
};
},
},
recClose
:
function
(){
recClose
:
function
(){
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment