Browse Source

报错提示

CzRger 1 week ago
parent
commit
6a988c6a40
1 changed files with 4 additions and 1 deletions
  1. 4 1
      src/views/manage/app/make/index.vue

+ 4 - 1
src/views/manage/app/make/index.vue

@@ -920,7 +920,10 @@ const initDetail = () => {
               state.isInit = true
               state.isInit = true
             }, 100)
             }, 100)
           })
           })
-          .catch(() => {})
+          .catch(() => {
+            ElMessage.error('详情获取异常!')
+            router.push({ name: 'd446bfb3-4605-477f-a0f4-b7a0a1aa78fe' })
+          })
           .finally(() => {
           .finally(() => {
             state.loading = false
             state.loading = false
           })
           })