Kaynağa Gözat

移动端会议优化

18792927508 2 yıl önce
ebeveyn
işleme
81a5a8190f
53 değiştirilmiş dosya ile 53 ekleme ve 260 silme
  1. 1
    5
      node_modules/.bin/acorn
  2. 1
    5
      node_modules/.bin/ansi-html
  3. 1
    5
      node_modules/.bin/autoprefixer
  4. 1
    5
      node_modules/.bin/browserslist
  5. 1
    5
      node_modules/.bin/cssesc
  6. 1
    5
      node_modules/.bin/eslint
  7. 1
    5
      node_modules/.bin/esparse
  8. 1
    5
      node_modules/.bin/esvalidate
  9. 1
    5
      node_modules/.bin/flat
  10. 1
    5
      node_modules/.bin/he
  11. 1
    5
      node_modules/.bin/highlight
  12. 1
    5
      node_modules/.bin/html-minifier-terser
  13. 1
    5
      node_modules/.bin/is-ci
  14. 1
    5
      node_modules/.bin/is-docker
  15. 1
    5
      node_modules/.bin/js-yaml
  16. 1
    5
      node_modules/.bin/jsesc
  17. 1
    5
      node_modules/.bin/json5
  18. 1
    5
      node_modules/.bin/mime
  19. 1
    5
      node_modules/.bin/mkdirp
  20. 1
    5
      node_modules/.bin/multicast-dns
  21. 1
    5
      node_modules/.bin/nanoid
  22. 1
    5
      node_modules/.bin/opener
  23. 1
    5
      node_modules/.bin/parser
  24. 1
    5
      node_modules/.bin/prettier
  25. 1
    5
      node_modules/.bin/regjsparser
  26. 1
    5
      node_modules/.bin/resolve
  27. 1
    5
      node_modules/.bin/rimraf
  28. 1
    5
      node_modules/.bin/semver
  29. 1
    5
      node_modules/.bin/svgo
  30. 1
    5
      node_modules/.bin/terser
  31. 1
    5
      node_modules/.bin/update-browserslist-db
  32. 1
    5
      node_modules/.bin/uuid
  33. 1
    5
      node_modules/.bin/vue-cli-service
  34. 1
    5
      node_modules/.bin/webpack
  35. 1
    5
      node_modules/.bin/webpack-bundle-analyzer
  36. 1
    5
      node_modules/.bin/webpack-dev-server
  37. 1
    5
      node_modules/.bin/which
  38. 1
    5
      node_modules/@vue/babel-preset-app/node_modules/.bin/semver
  39. 1
    5
      node_modules/@vue/cli-shared-utils/node_modules/.bin/semver
  40. 1
    5
      node_modules/@vue/vue-loader-v15/node_modules/.bin/json5
  41. 1
    5
      node_modules/cross-spawn/node_modules/.bin/semver
  42. 1
    5
      node_modules/css-loader/node_modules/.bin/semver
  43. 1
    5
      node_modules/default-gateway/node_modules/.bin/node-which
  44. 1
    5
      node_modules/eslint-plugin-vue/node_modules/.bin/semver
  45. 1
    5
      node_modules/eslint/node_modules/.bin/node-which
  46. 1
    5
      node_modules/eslint/node_modules/.bin/semver
  47. 1
    5
      node_modules/espree/node_modules/.bin/acorn
  48. 1
    5
      node_modules/normalize-package-data/node_modules/.bin/semver
  49. 1
    5
      node_modules/postcss-loader/node_modules/.bin/semver
  50. 1
    5
      node_modules/regjsparser/node_modules/.bin/jsesc
  51. 1
    5
      node_modules/vue-eslint-parser/node_modules/.bin/semver
  52. 1
    5
      node_modules/vue-style-loader/node_modules/.bin/json5
  53. 1
    0
      src/components/homeh5.vue

+ 1
- 5
node_modules/.bin/acorn Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/ansi-html Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/autoprefixer Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/browserslist Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/cssesc Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/eslint Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/esparse Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/esvalidate Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/flat Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/he Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/highlight Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/html-minifier-terser Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/is-ci Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/is-docker Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/js-yaml Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/jsesc Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/json5 Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/mime Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/mkdirp Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/multicast-dns Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/nanoid Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/opener Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/parser Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/prettier Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/regjsparser Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/resolve Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/rimraf Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/svgo Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/terser Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/update-browserslist-db Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/uuid Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/vue-cli-service Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/webpack Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/webpack-bundle-analyzer Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/webpack-dev-server Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/.bin/which Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/@vue/babel-preset-app/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/@vue/cli-shared-utils/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/@vue/vue-loader-v15/node_modules/.bin/json5 Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/cross-spawn/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/css-loader/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/default-gateway/node_modules/.bin/node-which Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/eslint-plugin-vue/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/eslint/node_modules/.bin/node-which Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/eslint/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/espree/node_modules/.bin/acorn Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/normalize-package-data/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/postcss-loader/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/regjsparser/node_modules/.bin/jsesc Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/vue-eslint-parser/node_modules/.bin/semver Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 5
node_modules/vue-style-loader/node_modules/.bin/json5 Dosyayı Görüntüle

@@ -2,11 +2,7 @@
2 2
 basedir=$(dirname "$(echo "$0" | sed -e 's,\\,/,g')")
3 3
 
4 4
 case `uname` in
5
-    *CYGWIN*|*MINGW*|*MSYS*)
6
-        if command -v cygpath > /dev/null 2>&1; then
7
-            basedir=`cygpath -w "$basedir"`
8
-        fi
9
-    ;;
5
+    *CYGWIN*|*MINGW*|*MSYS*) basedir=`cygpath -w "$basedir"`;;
10 6
 esac
11 7
 
12 8
 if [ -x "$basedir/node" ]; then

+ 1
- 0
src/components/homeh5.vue Dosyayı Görüntüle

@@ -79,6 +79,7 @@ export default {
79 79
     sessionStorage.setItem('type',appType);
80 80
     if (this.caseId) {
81 81
       await this.reserveConferenceListFn(this.caseId);
82
+      await this.enterRoom();
82 83
     }
83 84
     trtc = TRTC.create();
84 85
     const config = {