fix: 修复后台登录页面API路径错误
This commit is contained in:
@@ -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>>
|
||||||
Reference in New Issue
Block a user