|
|
@@ -60,7 +60,7 @@
|
|
|
window.location.href = 'https://www.baidu.com/'
|
|
|
})
|
|
|
phone.addEventListener('click', () => {
|
|
|
- window.location.href = 'https://client.phone.androidscloud.com/cloud/phone/web/#/pages/index/index'
|
|
|
+ window.location.href = baseUrl + '/cloud/phone/web/#/pages/index/index'
|
|
|
})
|
|
|
function versionStringCompare(preVersion='', lastVersion='') {
|
|
|
var sources = preVersion.split('.');
|