diff --git a/App.vue b/App.vue
index e533e63..114d844 100644
--- a/App.vue
+++ b/App.vue
@@ -1,201 +1,203 @@
\ No newline at end of file
diff --git a/pages/index/index.nvue b/pages/index/index.nvue
index 4b0c501..0e702cb 100644
--- a/pages/index/index.nvue
+++ b/pages/index/index.nvue
@@ -529,7 +529,7 @@ const clickNotice = () => {
console.log("点击公告", noticeInfo.value)
if (!noticeInfo.value.url) return
const url = noticeInfo.value.url + `&uni_id=${userInfo.value.user_id}`
- util.goPage(`/pages/common/webview/webview?url=${encodeURIComponent(url)}&title=${noticeInfo.value.title}`)
+ util.goPage(`/pages/common/webview/webview?url=${encodeURIComponent(url)}&title=${noticeInfo.value.title}&isClose=${true}`)
}
/**
diff --git a/static/image/close.png b/static/image/close.png
new file mode 100644
index 0000000..90b23f0
Binary files /dev/null and b/static/image/close.png differ