Browse Source

update photohelp

OMEGA\ericky.hsiao 2 years ago
parent
commit
0dc9b6d134
2 changed files with 2 additions and 2 deletions
  1. 2
    2
      public/[Eric]photoHelper/js/faceFusionAPI.js
  2. 0
    0
      public/_index.html

+ 2
- 2
public/[Eric]photoHelper/js/faceFusionAPI.js View File

7
 faceFusionAPI = function () {
7
 faceFusionAPI = function () {
8
 
8
 
9
   //private menbers
9
   //private menbers
10
-  // var API__DOMAIN = 'https://ncxpre.cecmartech.com/'
11
-  const API__DOMAIN = (window.location.host === 'www.pxfreshdelivery.tw') ? 'https://www.pxfreshdelivery.tw/' : 'https://demo.pxfreshdelivery.tw/';
10
+  var API__DOMAIN = 'https://innovationlab.cecmartech.com/'
11
+  // const API__DOMAIN = (window.location.host === 'www.pxfreshdelivery.tw') ? 'https://www.pxfreshdelivery.tw/' : 'https://demo.pxfreshdelivery.tw/';
12
   
12
   
13
   var templateData;
13
   var templateData;
14
   var photoData;
14
   var photoData;

public/index.html → public/_index.html View File