|
|
@ -433,6 +433,7 @@ export default {
|
|
|
|
this.dialogVisible = true
|
|
|
|
this.dialogVisible = true
|
|
|
|
},
|
|
|
|
},
|
|
|
|
handleFace(index, row) {
|
|
|
|
handleFace(index, row) {
|
|
|
|
|
|
|
|
this.$forceUpdate()
|
|
|
|
faceStart().then(res => {
|
|
|
|
faceStart().then(res => {
|
|
|
|
setTimeout(() => {
|
|
|
|
setTimeout(() => {
|
|
|
|
this.play = process.env.VUE_APP_FACE_API + '/face/play/'
|
|
|
|
this.play = process.env.VUE_APP_FACE_API + '/face/play/'
|
|
|
|