jinx 1 năm trước cách đây
mục cha
commit
17fa4f348d
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/components/header/Login.vue

+ 2 - 2
src/components/header/Login.vue

@@ -33,8 +33,8 @@
                         <div class="tips" v-show="errors.message">{{ errors.message }}</div>
                     </div>
                     <div class="links">
-                        <a @click="checkLanguage" href="http://test.4dkankan.com/#/login/forget?from=%2F">{{ $t('header.forgetPassword') }}</a>
-                        <a @click="checkLanguage" href="http://test.4dkankan.com/#/login/register?from=%2F">{{ $t('header.resigter') }}</a>
+                        <a @click="checkLanguage" href="/#/login/forget?from=%2F">{{ $t('header.forgetPassword') }}</a>
+                        <a @click="checkLanguage" href="/#/login/register?from=%2F">{{ $t('header.resigter') }}</a>
                     </div>
                 </div>
             </div>