Browse Source

更改404

qinhb 1 year ago
parent
commit
ce2bb91604
1 changed files with 3 additions and 3 deletions
  1. 3 3
      src/views/error-page/404.vue

+ 3 - 3
src/views/error-page/404.vue

@@ -34,7 +34,7 @@ function message() {
       </div>
       </div>
       <div class="bullshit">
       <div class="bullshit">
         <div class="bullshit__oops">OOPS!</div>
         <div class="bullshit__oops">OOPS!</div>
-        <div class="bullshit__info">
+<!--        <div class="bullshit__info">
           All rights reserved
           All rights reserved
           <a
           <a
             style="color: #20a0ff"
             style="color: #20a0ff"
@@ -42,13 +42,13 @@ function message() {
             target="_blank"
             target="_blank"
             >wallstreetcn</a
             >wallstreetcn</a
           >
           >
-        </div>
+        </div>-->
         <div class="bullshit__headline">{{ message() }}</div>
         <div class="bullshit__headline">{{ message() }}</div>
         <div class="bullshit__info">
         <div class="bullshit__info">
           Please check that the URL you entered is correct, or click the button
           Please check that the URL you entered is correct, or click the button
           below to return to the homepage.
           below to return to the homepage.
         </div>
         </div>
-        <a href="" class="bullshit__return-home">Back to home</a>
+        <a href="" class="bullshit__return-home">跳转首页</a>
       </div>
       </div>
     </div>
     </div>
   </div>
   </div>