瀏覽代碼

use ajaxlogin instead

jason.lu 6 年之前
父節點
當前提交
dabc28cdb0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      sourcecode/h5app/vue/src/connector/basic-service.js

+ 1 - 1
sourcecode/h5app/vue/src/connector/basic-service.js

@@ -88,7 +88,7 @@ var BasicFunction = new (function () {
 
     this.get_server_url = function () {
         // AJAX
-        this.output = this.goajax({url: this.Queue.SVR_URL + "fcFlow/list", timeout: 1000})
+        this.output = this.goajax({url: this.Queue.SVR_URL + "ajaxlogin", timeout: 1000})
             .then(this.checkStatus)
             .then(this.parseJson)
             .then(this.onReachServer)