This commit is contained in:
afc163 2017-09-21 19:03:38 +08:00
parent 27e4f1b658
commit 5d7ef9d889

View File

@ -37,7 +37,7 @@ export function getLocalizedPathname(path, zhCN) {
export function ping(callback) {
// eslint-disable-next-line
const url = 'https://private.alipay' + 'objects.com/alip' + 'ay-rmsdeploy-image/rmsportal/RKuAiriJqrUhyqW.png';
const url = 'https://private-a' + 'lipay' + 'objects.com/alip' + 'ay-rmsdeploy-image/rmsportal/RKuAiriJqrUhyqW.png';
const img = new Image();
let done;
const finish = (status) => {