App.vue
@@ -2,7 +2,7 @@ import Vue from 'vue' export default { globalData: { token: "aaa" token: "" }, onLaunch: function() { uni.getSystemInfo({ @@ -40,24 +40,8 @@ }, methods:{ }, mounted() { var i = 0; // setInterval(function() { // i++ // if (i % 2 == 0) { // uni.showTabBarRedDot({ // index: 1 // }) // } else { // uni.hideTabBarRedDot({ // index: 1 // }) // } // }, 3000) } }