浏览代码

update photohelp

OMEGA\ericky.hsiao 2 年前
父节点
当前提交
0dc9b6d134
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 2
    2
      public/[Eric]photoHelper/js/faceFusionAPI.js
  2. 0
    0
      public/_index.html

+ 2
- 2
public/[Eric]photoHelper/js/faceFusionAPI.js 查看文件

@@ -7,8 +7,8 @@
7 7
 faceFusionAPI = function () {
8 8
 
9 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 13
   var templateData;
14 14
   var photoData;

public/index.html → public/_index.html 查看文件