12.17 事件详情相关概念,概念中心增加下拉刷新,分页加载,增加新闻详情展示
This commit is contained in:
4
unpackage/dist/dev/mp-weixin/request/http.js
vendored
4
unpackage/dist/dev/mp-weixin/request/http.js
vendored
@@ -12,7 +12,7 @@ function get(url, params) {
|
||||
});
|
||||
let baseUrl = baseURL;
|
||||
if (url.indexOf("concept-api") > -1 || url.indexOf("news-api") > -1 || url.indexOf("report-api") > -1) {
|
||||
baseUrl = "https://valuefrontier.cn";
|
||||
baseUrl = "https://api.valuefrontier.cn";
|
||||
}
|
||||
common_vendor.index.request({
|
||||
url: baseUrl + url,
|
||||
@@ -96,7 +96,7 @@ function post(url, params) {
|
||||
} else {
|
||||
let baseUrl = baseURL;
|
||||
if (url.indexOf("concept-api") > -1) {
|
||||
baseUrl = "https://valuefrontier.cn";
|
||||
baseUrl = "https://api.valuefrontier.cn";
|
||||
}
|
||||
common_vendor.index.request({
|
||||
url: baseUrl + url,
|
||||
|
||||
Reference in New Issue
Block a user