Authored by TaoHuang

fix url

... ... @@ -116,15 +116,15 @@ export default {
mounted() {
Promise.all([
this.fetchYohoNum(),
this.$store.dispatch('coupon/yoho/fetchYohoList', {
this.fetchYohoList({
type: TYPE.notuse,
refresh: true
}),
this.$store.dispatch('coupon/yoho/fetchYohoList', {
this.fetchYohoList({
type: TYPE.use,
refresh: true
}),
this.$store.dispatch('coupon/yoho/fetchYohoList', {
this.fetchYohoList({
type: TYPE.overtime,
refresh: true
})
... ...
... ... @@ -7,7 +7,7 @@ module.exports = [
},
{
route: /mapp\/coupon\/yoho.html/,
cacheKey: '$url$params',
cacheKey: '$url',
cacheTime: 900,
cache: true
}
... ...