소스 검색

use ajaxlogin instead

jason.lu 6 년 전
부모
커밋
1c8e46bfc4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      sourcecode/h5app/vue/src/connector/basic-service.js

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

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