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) {},