Browse Source

Update utils.jsx

pull/7729/head
偏右 7 years ago
committed by GitHub
parent
commit
14b44c880e
  1. 2
      site/theme/template/utils.jsx

2
site/theme/template/utils.jsx

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

Loading…
Cancel
Save