tangning 10 tháng trước cách đây
mục cha
commit
222efc87da
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/sys/login/LoginForm.vue

+ 1 - 1
src/views/sys/login/LoginForm.vue

@@ -120,7 +120,7 @@
   const loading = ref(false);
   const rememberMe = ref(false);
   const registerUrl = ref('');
-  fetch('/register.json')
+  fetch('./register.json')
         .then((response) => response.json())
         .then((data) => {
           registerUrl.value = data.url