bill 2 năm trước cách đây
mục cha
commit
f318261105
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/api/instance.ts

+ 4 - 1
src/api/instance.ts

@@ -29,7 +29,10 @@ export const gotoLogin = () => {
     : 'https://www.4dkankan.com'
 
   location.replace(
-    loginHref + '?redirect=' + escape(location.href) + '#/login/login'
+    'https://test.4dkankan.com' +
+      '?redirect=' +
+      escape(location.href) +
+      '#/login/login'
   )
 }