lsc 1 year ago
parent
commit
6b9aed34c6

+ 1 - 1
dist/index.html

@@ -25,7 +25,7 @@
       height: 100%;
       width: 100%;
       background: #e6eaf0;
-    }</style><link href=./static/css/app.4c88625b72120fc759ad7f1dfe171e4e.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.207e25c2ead818cdbba5.js></script></body></html><script>function stopSafari() {
+    }</style><link href=./static/css/app.eccb27013b8b1562aaa09bb4ae5c937b.css rel=stylesheet></head><body><div id=app></div><script type=text/javascript src=./static/js/manifest.3512a67a6213c2df4180.js></script><script type=text/javascript src=./static/js/vendor.b01159b52abeac4e6216.js></script><script type=text/javascript src=./static/js/app.dc7bb0b7488c4dd054fa.js></script></body></html><script>function stopSafari() {
     //阻止safari浏览器双击放大功能
     let lastTouchEnd = 0  //更新手指弹起的时间
     document.documentElement.addEventListener("touchstart", function (event) {

File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.4c88625b72120fc759ad7f1dfe171e4e.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.4c88625b72120fc759ad7f1dfe171e4e.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.eccb27013b8b1562aaa09bb4ae5c937b.css


File diff suppressed because it is too large
+ 0 - 0
dist/static/css/app.eccb27013b8b1562aaa09bb4ae5c937b.css.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.dc7bb0b7488c4dd054fa.js


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/app.dc7bb0b7488c4dd054fa.js.map


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/manifest.3512a67a6213c2df4180.js.map


+ 4 - 4
src/components/pages/EnglishVoice/component/check.vue

@@ -133,10 +133,10 @@ export default {
     },
     watch: {
         checkJson: {
-        handler: function (newVal, oldVal) {
-            this.checkArray = this.depthCopy(newVal);
-        },
-        deep: true,
+            handler: function (newVal, oldVal) {
+                this.checkArray = this.depthCopy(newVal);
+            },
+            deep: true,
         },
     },
     mounted(){

Some files were not shown because too many files changed in this diff