|
|
@@ -19,13 +19,13 @@
|
|
|
}
|
|
|
|
|
|
var version = '1.0.1';
|
|
|
- var iosCFBundleVersion = '141';
|
|
|
+ var iosCFBundleVersion = '142';
|
|
|
var androidVersionCode = '1116';
|
|
|
if (/iphone|ipod|ipad|Macintosh/i.test(navigator.userAgent)) {
|
|
|
axios.get('https://www.raex.vip/appVersion/checkIosReview?version=' + version)
|
|
|
.then(function (res) {
|
|
|
if (res.data.review) {
|
|
|
- location.href = 'index1.html';
|
|
|
+ location.href = 'https://ios.raex.vip?review=true';
|
|
|
} else {
|
|
|
location.href = 'https://www.raex.vip';
|
|
|
}
|