@@ -376,8 +376,7 @@ var homeData = new Vue({
// 快捷运营跳转
goQuickOpera($event) {
// 链接跳转
- if (localStorage.getItem('userInfo')) return window.location.href = $event.link
- else return window.location.href = '/login.html'
+ if ($event.link) window.location.href = $event.link
},
created: function() {