tangning hace 10 meses
padre
commit
222efc87da
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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