提交 167b583a authored 作者: vipcxj's avatar vipcxj

修改远程接口基地址

上级 6ddf93dc
......@@ -24,5 +24,5 @@ import config from '../utils/config';
* @returns {Promise.<RestResponse<VersionCheck>>}
*/
export const checkUpdate = async () => {
return post(`${config.apiContextPath}/api/app/user/apps/check`, { name: config.productId, version: DeviceInfo.getVersion() });
return post(`${config.updateContextPath}/api/app/user/apps/check`, { name: config.productId, version: DeviceInfo.getVersion() });
};
......@@ -31,6 +31,7 @@ const config = {
footerText: '上海铂蓝信息科技有限公司',
contextPath: '',
apiContextPath: 'http://192.168.1.22:8080/bm',
updateContextPath: 'http://192.168.1.22/app',
defaultDateFormat,
defaultTimeFormat,
defaultDateTimeFormat,
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论