diff --git a/src/components/Monthly/MonthlyByTags.vue b/src/components/Monthly/MonthlyByTags.vue
index 969c818..02a533a 100644
--- a/src/components/Monthly/MonthlyByTags.vue
+++ b/src/components/Monthly/MonthlyByTags.vue
@@ -4,11 +4,10 @@
+
\ No newline at end of file
diff --git a/src/components/Monthly/MonthlyItems.vue b/src/components/Monthly/MonthlyItems.vue
index 9ab27c9..058d2d8 100644
--- a/src/components/Monthly/MonthlyItems.vue
+++ b/src/components/Monthly/MonthlyItems.vue
@@ -58,7 +58,8 @@ export default {
let pathInfo = this.$router.resolve({
path: '/ProjectDetail',
query:{
- id:id
+ id:id,
+ refresh:true
}
})
window.open(pathInfo.href, '_self');