Browse Source

Signed-off-by: caner <5658514@qq.com>

caner 3 years ago
parent
commit
42f4077e64
2 changed files with 2 additions and 3 deletions
  1. 2 2
      src/App.vue
  2. 0 1
      src/components/gauge.vue

+ 2 - 2
src/App.vue

@@ -62,10 +62,10 @@ export default {
       socket: null,
       socket: null,
       HOST: "wss://car.caner.top",
       HOST: "wss://car.caner.top",
       Peer: null,
       Peer: null,
-      isLogin: true,
+      isLogin: false,
       error: "",
       error: "",
       remoteVideo: null,
       remoteVideo: null,
-      showLoading: false,
+      showLoading: true,
       contrlState: false,
       contrlState: false,
       speed: 1, //1低速档 | 2 高速档
       speed: 1, //1低速档 | 2 高速档
       iceServers: [
       iceServers: [

+ 0 - 1
src/components/gauge.vue

@@ -24,7 +24,6 @@ export default {
           endAngle: 0,
           endAngle: 0,
           axisLine: {
           axisLine: {
             lineStyle: {
             lineStyle: {
-              color: "#FFFFFF",
               width: 1,
               width: 1,
             },
             },
           },
           },