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,7 +15,7 @@ isLIVE = false;
15 15
 
16 16
 switch (window.location.host.toLowerCase()) {
17 17
 
18
-  case 'event.leecy.org.tw':
18
+  case 'www.our-work.com.tw':
19 19
     isLIVE = false;
20 20
     break;
21 21