소스 검색

fix: 修改500展示文案

奔跑的面条 3 년 전
부모
커밋
5f7d505f20
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/exception/500.vue

+ 1 - 1
src/views/exception/500.vue

@@ -4,7 +4,7 @@
       <img src="~@/assets/images/exception/500.svg" alt="" />
     </div>
     <div class="text-center">
-      <h1>抱歉,服务器出错了</h1>
+      <h1 class="text-base text-gray-500">抱歉,服务器出错了,建议您重新登录呢</h1>
     </div>
     <n-button type="primary" secondary @click="goLogin">重新登录</n-button>
   </div>