Skip to content

Commit 3ef0826

Browse files
committed
🐛 fix: 注释掉不再需要的 mounted 钩子中的信息提示
1 parent 45805b9 commit 3ef0826

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

main_page.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,11 @@ const goto = (url: string) => {
100100
const showModal = ref(false)
101101
102102
const message = useMessage();
103-
onMounted(() => {
104-
message.info("www.svcfusion.com 为新整合包, 旧整合包不再维护")
105-
console.log("mounted");
103+
// onMounted(() => {
104+
// message.info("www.svcfusion.com 为新整合包,")
105+
// console.log("mounted");
106106
107-
})
107+
// })
108108
</script>
109109

110110
<style lang="scss" scoped>

0 commit comments

Comments
 (0)