Commit d6d46e23 authored by agping's avatar agping

1

parent 8164b5ee
...@@ -53,11 +53,6 @@ ...@@ -53,11 +53,6 @@
}, },
data() { data() {
let _this = this; let _this = this;
// let _token = _this.$route.query.token;
// if(!_token) {
// layer.tipsX('token获取出错');
// return false;
// };
return { return {
icon_search, icon_search,
token: '', token: '',
...@@ -94,9 +89,6 @@ ...@@ -94,9 +89,6 @@
} }
}); });
_this.token = localStorage.getItem('token'); _this.token = localStorage.getItem('token');
_this.common.h5PageC(_this.token, () => {
// _this.loadMain();
});
}, },
methods: { methods: {
loadMain() { 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