@@ -136,7 +136,7 @@ if (navigator.userAgent.includes('#cordova#')) {
);
if (!(location.host === 'www.raex.vip' || location.host === 'test.raex.vip')) {
- if (!/iphone|ipad|ipod/.test(navigator.userAgent)) {
+ if (!/iphone|ipad|ipod/i.test(navigator.userAgent)) {
window.$vm.$dialog
.alert({
message: '检测到新版本,请下载更新',