|
|
@@ -103,7 +103,6 @@ export default {
|
|
|
var u = navigator.userAgent;
|
|
|
if (u.indexOf('Android') > -1 || u.indexOf('Linux') > -1) { //安卓手机
|
|
|
// 小米应用商店
|
|
|
- this.$queue.appConfirm(ua)
|
|
|
if (ua.match(/xiaomi/i) == 'xiaomi') {
|
|
|
window.location.href = 'https://app.mi.com/details?id=uni.app.UNI0B0096D';
|
|
|
|