Commit d6d46e23 authored by agping's avatar agping

1

parent 8164b5ee
......@@ -53,11 +53,6 @@
},
data() {
let _this = this;
// let _token = _this.$route.query.token;
// if(!_token) {
// layer.tipsX('token获取出错');
// return false;
// };
return {
icon_search,
token: '',
......@@ -94,9 +89,6 @@
}
});
_this.token = localStorage.getItem('token');
_this.common.h5PageC(_this.token, () => {
// _this.loadMain();
});
},
methods: {
loadMain() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment