瀏覽代碼

修改人脸识别地址

huqi 5 年之前
父節點
當前提交
c8400f7933
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      o2web/source/o2_core/o2/xAction/services/x_faceset_control.js

+ 1 - 1
o2web/source/o2_core/o2/xAction/services/x_faceset_control.js

@@ -45,7 +45,7 @@ MWF.xAction.RestActions.Action["x_faceset_control"].RestActions = new Class({
     Extends: MWF.xDesktop.Actions.RestActions,
     getAddress: function(success, failure){
         //this.address = "http://dev.o2oa.net:8888/"+this.serviceName;
-        this.address = "http://develop.o2oa.net:8888/"+this.serviceName;
+        this.address = "https://git.o2oa.net:8888/"+this.serviceName;
         //this.address = "http://127.0.0.1:8888/"+this.serviceName;
         if (success) success.apply();
     }