lsc %!s(int64=3) %!d(string=hai) anos
pai
achega
95c8b790e9
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      src/components/blockly.vue
  2. 1 1
      src/components/function.vue

+ 1 - 1
src/components/blockly.vue

@@ -91,7 +91,7 @@ export default {
     },
     //下一步
     go() {
-      this.$router.push("./function?isCamera=" + false);
+      this.$router.push("./function?isCamera=" + 1);
     },
   },
 

+ 1 - 1
src/components/function.vue

@@ -127,7 +127,7 @@ export default {
     },
   },
   mounted() {
-      if(this.$route.query.isCamera){
+      if(this.$route.query.isCamera=="1"){
           this.$message.error('摄像头开启失败,请检查摄像头是否可用!');
       }
   },