diff --git a/src/components/Monthly/MonthlyByTags.vue b/src/components/Monthly/MonthlyByTags.vue index e5a737b..adb52a5 100644 --- a/src/components/Monthly/MonthlyByTags.vue +++ b/src/components/Monthly/MonthlyByTags.vue @@ -3,14 +3,12 @@
@@ -128,12 +126,7 @@ export default { this.getList(1,that.selectlabelItem); }, goBack() { - let pathInfo = this.$router.resolve({ - path: '/Monthly', - query:{ - } - }) - window.open(pathInfo.href, '_self'); + window.history.go(-1); }, // 获取所有标签列表 getLabel(){ @@ -197,7 +190,10 @@ export default { \ No newline at end of file diff --git a/src/components/Monthly/MonthlyItems.vue b/src/components/Monthly/MonthlyItems.vue index 2b2ed47..437bba9 100644 --- a/src/components/Monthly/MonthlyItems.vue +++ b/src/components/Monthly/MonthlyItems.vue @@ -1,6 +1,8 @@