From 9d57cab7d380bf1f020399cfec4924ee9aa4bdcb Mon Sep 17 00:00:00 2001 From: NiSen Date: Fri, 26 Jan 2024 13:56:00 +0800 Subject: [PATCH] =?UTF-8?q?u=E9=80=89=E5=B0=8F=E8=AF=BE=E5=A0=82=E8=B7=B3?= =?UTF-8?q?=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/study/Growth.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/views/study/Growth.vue b/src/views/study/Growth.vue index f839f8b5..c522b510 100644 --- a/src/views/study/Growth.vue +++ b/src/views/study/Growth.vue @@ -22,7 +22,7 @@
-
{{ item.title }}
@@ -338,6 +338,12 @@ export default { mounted() { }, methods: { + cylClick() { + window.open("https://u.boe.com/pc/course?keyword=创新力专区"); + }, + tylClick() { + window.open("https://m.qingxuetang.com/x/?appId=qxtcorp306130"); + }, handleClick(tab, event) { console.log(tab, event); },