Browse Source

update 页面跳转

linweizeng 2 years ago
parent
commit
21987c7e1b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/system/error/404/index.vue

+ 1 - 1
src/views/system/error/404/index.vue

@@ -10,7 +10,7 @@
         </div>
         <div class="bullshit">
           <div class="bullshit__oops">OOPS!</div>
-          <div class="bullshit__info"><a class="link-type" href="http://www.bpmhome.cn" target="_blank">{{ $t('common.company') }}</a>©{{ $t('common.copyright') }}</div>
+          <div class="bullshit__info"><a class="link-type" href="https://www.szjyxt.com/" target="_blank">{{ $t('common.company') }}</a>©{{ $t('common.copyright') }}</div>
           <div class="bullshit__headline">{{ message }}</div>
           <div class="bullshit__info">{{ $t('error.page404.info') }}</div>
           <a href="javascript:void(0)" class="bullshit__return-home" @click="backHome">{{ $t('error.backHome') }}</a>