From 11ef3580aa5b716b9fc5363b898e12243c2ff767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9B=B9=E8=BE=89?= <814457906@qq.com> Date: Tue, 11 Apr 2023 11:36:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/personal/personal.vue | 6 ------ store/index.js | 1 - 2 files changed, 7 deletions(-) diff --git a/pages/personal/personal.vue b/pages/personal/personal.vue index 7c966dc..069bb87 100644 --- a/pages/personal/personal.vue +++ b/pages/personal/personal.vue @@ -142,12 +142,6 @@ nurseAppletPersonCenter(this.nursePersonId).then(res => { if (res.code == 200) { this.Personallist = res.data - } else { - this.$refs.uToast.show({ - title: '您未登录,请重新登录', - type: 'error', - duration: '1500' - }) } }) }, diff --git a/store/index.js b/store/index.js index c17909e..fff7b43 100644 --- a/store/index.js +++ b/store/index.js @@ -12,7 +12,6 @@ const store = new Vuex.Store({ tmplIds: [ 't6PZuAOalg6RTh_dzORsHthP4PeZQNSWVqlLmxypyas', 'fmZMOW9dq4kKBH-BEpcVIltbG0C9-aiQUVG3USVfgR8', - '-3YtSqNtujio6XeJ3Ax95wmWSZL6k7ozp9eSk5ZUM30', ], success(res) {}, fail(err) {},