admin管理员组

文章数量:1658103

使用原因–vue项目开发中,回退tabbar的颜色没有改变
	mounted() {
    var that = this
    window.addEventListener("popstate", function(e) {
    	//do someing
        // window.location.reload();
        that.active = Number(that.$route.query.tabbarColor) || 0
    }, false);
  }

本文标签: 事件浏览器页面手机js