|
@@ -105,13 +105,16 @@
|
|
|
var agent = navigator.userAgent.toLowerCase();
|
|
|
var isMac = function () { return /macintosh|mac os x/i.test(navigator.userAgent); }();
|
|
|
if (agent.indexOf("win32") >= 0 || agent.indexOf("wow32") >= 0) {
|
|
|
- window.open('https://oss.dayaedu.com/appstore/ChromeStandaloneSetup32.exe');
|
|
|
+ // window.open('https://oss.dayaedu.com/appstore/ChromeStandaloneSetup32.exe');
|
|
|
+ window.open('https://www.google.cn/intl/zh-CN/chrome/');
|
|
|
}
|
|
|
if (agent.indexOf("win64") >= 0 || agent.indexOf("wow64") >= 0) {
|
|
|
- window.open('https://oss.dayaedu.com/appstore/ChromeStandaloneSetup64.exe');
|
|
|
+ // window.open('https://oss.dayaedu.com/appstore/ChromeStandaloneSetup64.exe');
|
|
|
+ window.open('https://www.google.cn/intl/zh-CN/chrome/');
|
|
|
}
|
|
|
if (isMac) {
|
|
|
- window.open('https://oss.dayaedu.com/appstore/googlechrome-mac.dmg');
|
|
|
+ // window.open('https://oss.dayaedu.com/appstore/googlechrome-mac.dmg');
|
|
|
+ window.open('https://www.google.cn/intl/zh-CN/chrome/');
|
|
|
}
|
|
|
}
|
|
|
function getChromeVersion() {
|