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