@@ -316,15 +316,8 @@ export default {
let that = this;
// that.getList();
that.getBanner();
- // location.reload()
// that.getUser();
},
- noReloaded: function () {
- if (location.href.indexOf('#reloaded') == -1) {
- location.href = location.href + '#reloaded';
- window.location.reload();
- }
- },
activated() {
this.$nextTick(() => {
this.changeScroll(this.scrollTop);
@@ -265,12 +265,6 @@ export default {
// this.$el.parentNode.childNodes[1].className.replace(/ bgBack/, '') + ' bgBack';
// });
methods: {
// 复制
copy() {