fix: 修复后台登录页面API路径错误

This commit is contained in:
2026-04-12 17:11:15 +08:00
parent 47bf6f48d5
commit 9e25623cf6

View File

@@ -52,7 +52,7 @@
</form> </form>
<div class="mt-6 text-center"> <div class="mt-6 text-center">
<a href="http://localhost:19004" target="_blank" class="text-sm text-gray-500 hover:text-blue-600"> <a href="/" target="_blank" class="text-sm text-gray-500 hover:text-blue-600">
<i class="ri-external-link-line"></i> 访问前台网站 <i class="ri-external-link-line"></i> 访问前台网站
</a> </a>
</div> </div>
@@ -113,4 +113,6 @@
}); });
</script> </script>
</body> </body>
</html>> </script>
</body>
</html>> </html>>