Bladeren bron

更改404

qinhb 1 jaar geleden
bovenliggende
commit
ce2bb91604
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  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 class="bullshit">
         <div class="bullshit__oops">OOPS!</div>
-        <div class="bullshit__info">
+<!--        <div class="bullshit__info">
           All rights reserved
           <a
             style="color: #20a0ff"
@@ -42,13 +42,13 @@ function message() {
             target="_blank"
             >wallstreetcn</a
           >
-        </div>
+        </div>-->
         <div class="bullshit__headline">{{ message() }}</div>
         <div class="bullshit__info">
           Please check that the URL you entered is correct, or click the button
           below to return to the homepage.
         </div>
-        <a href="" class="bullshit__return-home">Back to home</a>
+        <a href="" class="bullshit__return-home">跳转首页</a>
       </div>
     </div>
   </div>