From e291866228c71c06b42d785b4687d132d93b0dc0 Mon Sep 17 00:00:00 2001 From: linfeng <2445465217@qq.com> Date: Fri, 8 Sep 2023 10:19:20 +0800 Subject: [PATCH] update error/error.vue --- .../pages/error/error.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/main/resources/static/linfeng-community-uniapp-ky/pages/error/error.vue b/src/main/resources/static/linfeng-community-uniapp-ky/pages/error/error.vue index b4b2043..7e0ea4f 100644 --- a/src/main/resources/static/linfeng-community-uniapp-ky/pages/error/error.vue +++ b/src/main/resources/static/linfeng-community-uniapp-ky/pages/error/error.vue @@ -10,16 +10,16 @@ export default { data() { return { - + }; }, - methods:{ - goHome(){ + methods: { + goHome() { uni.switchTab({ - url:'/pages/index/index' + url: '/pages/index/index' }) }, - goWebsite(){ + goWebsite() { // #ifdef H5 window.open("https://net.linfeng.tech") // #endif @@ -35,9 +35,9 @@ } }) // #endif - + } - + } }