From a9a00a2f84042c14b7fa543ce97e6732e8ef28fb Mon Sep 17 00:00:00 2001 From: "453530270@qq.com" Date: Tue, 31 Oct 2023 21:58:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9click?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/home.vue | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/pages/home.vue b/pages/home.vue index fc63502..8401460 100644 --- a/pages/home.vue +++ b/pages/home.vue @@ -26,7 +26,7 @@ 全国文化大数据交易中心 - 快速跳转 + 快速跳转 @@ -35,7 +35,7 @@ 根据国家法律法规,已经注册成功的用户,需要先上传登记实名信息认证后,方可使用服务中心相关功能 - 前往认证 + 前往认证 @@ -240,6 +240,17 @@ }) }, + // go to zw + gotozw(){ + //this.$navTo("http://10.24.4.14") + window.location.href="http://10.24.4.14" + }, + + // goto verfiy + gotoverfiy(){ + this.$navTo("pages/verfiy/index") + }, + // 退出登录 handleLogout() { const app = this