This commit is contained in:
parent
dc68db9a45
commit
21cdb7a560
12
App.vue
12
App.vue
|
@ -117,9 +117,9 @@
|
||||||
if (this.$store.state.app.token) {
|
if (this.$store.state.app.token) {
|
||||||
// 浏览记录
|
// 浏览记录
|
||||||
// #ifdef H5
|
// #ifdef H5
|
||||||
history({
|
// history({
|
||||||
page: location.pathname + location.search,
|
// page: location.pathname + location.search,
|
||||||
}).then(() => {});
|
// }).then(() => {});
|
||||||
//#endif
|
//#endif
|
||||||
};
|
};
|
||||||
// #ifndef H5
|
// #ifndef H5
|
||||||
|
@ -229,9 +229,9 @@
|
||||||
$route(n) {
|
$route(n) {
|
||||||
if (this.$store.state.app.token) {
|
if (this.$store.state.app.token) {
|
||||||
// 浏览记录
|
// 浏览记录
|
||||||
history({
|
// history({
|
||||||
page: location.pathname + location.search,
|
// page: location.pathname + location.search,
|
||||||
}).then(() => {});
|
// }).then(() => {});
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
|
|
|
@ -9,9 +9,9 @@ export default {
|
||||||
methods: {
|
methods: {
|
||||||
getHistory() {
|
getHistory() {
|
||||||
console.log(this.$util.getNowUrl(),'page')
|
console.log(this.$util.getNowUrl(),'page')
|
||||||
history({
|
// history({
|
||||||
page:this.$util.getNowUrl()
|
// page:this.$util.getNowUrl()
|
||||||
}).then(res=>{})
|
// }).then(res=>{})
|
||||||
},
|
},
|
||||||
}
|
}
|
||||||
};
|
};
|
Loading…
Reference in New Issue