We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45805b9 commit 3ef0826Copy full SHA for 3ef0826
main_page.vue
@@ -100,11 +100,11 @@ const goto = (url: string) => {
100
const showModal = ref(false)
101
102
const message = useMessage();
103
-onMounted(() => {
104
- message.info("www.svcfusion.com 为新整合包, 旧整合包不再维护")
105
- console.log("mounted");
+// onMounted(() => {
+// message.info("www.svcfusion.com 为新整合包,")
+// console.log("mounted");
106
107
-})
+// })
108
</script>
109
110
<style lang="scss" scoped>
0 commit comments