瀏覽代碼

虚拟摄像头设备名称的忽略大小写比较

Michael Wang 5 年之前
父節點
當前提交
d7fe3bb412
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/features/Login/Login.vue

+ 1 - 1
src/features/Login/Login.vue

@@ -776,7 +776,7 @@ export default {
         this.disableLoginBtnBecauseVCam = false;
         if (applicationNames && applicationNames.trim()) {
           for (const vc of vcamList) {
-            if (applicationNames.includes(vc)) {
+            if (applicationNames.toUpperCase().includes(vc.toUpperCase())) {
               this.disableLoginBtnBecauseVCam = true;
               this.$Message.info({
                 content: