Commit 24168450 authored by xwq's avatar xwq

test

parent 09eeebd4
...@@ -181,6 +181,7 @@ var XYSequencedBatchFetch = function (paramsArr) { ...@@ -181,6 +181,7 @@ var XYSequencedBatchFetch = function (paramsArr) {
} }
const HOST = "https://xinya.me" const HOST = "https://xinya.me"
// const HOST = "https://test.xinya.me"
const API_URL = HOST + "/mp/" const API_URL = HOST + "/mp/"
const getUrl = (relative_path, params = {}) => { const getUrl = (relative_path, params = {}) => {
......
...@@ -111,7 +111,7 @@ Page({ ...@@ -111,7 +111,7 @@ Page({
reject(e); reject(e);
}, },
}); });
}).catch(()=>{ }).catch((e)=>{
log.error("===0000====",e) log.error("===0000====",e)
}) })
); );
......
...@@ -141,8 +141,8 @@ const convertURLToJSON = function (url, params = {}) { ...@@ -141,8 +141,8 @@ const convertURLToJSON = function (url, params = {}) {
// } // }
// } // }
// const hosts="https://test.xinya.me"
const hosts="https://xinya.me" const hosts="https://xinya.me"
// const hosts="https://xinya.me"
// const request=function(url){ // const request=function(url){
// } // }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment