Browse Source

update isLive

Sherry 1 year ago
parent
commit
17cf5b010d
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/fe/healthpassport/js/utlis.js

+ 1
- 1
src/fe/healthpassport/js/utlis.js View File

15
 
15
 
16
 switch (window.location.host.toLowerCase()) {
16
 switch (window.location.host.toLowerCase()) {
17
 
17
 
18
-  case 'event.leecy.org.tw':
18
+  case 'www.our-work.com.tw':
19
     isLIVE = false;
19
     isLIVE = false;
20
     break;
20
     break;
21
 
21