fix: 修复后台登录页面API路径错误
This commit is contained in:
@@ -52,7 +52,7 @@
|
||||
</form>
|
||||
|
||||
<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> 访问前台网站
|
||||
</a>
|
||||
</div>
|
||||
@@ -113,4 +113,6 @@
|
||||
});
|
||||
</script>
|
||||
</body>
|
||||
</html>> </script>
|
||||
</body>
|
||||
</html>>
|
||||
Reference in New Issue
Block a user