This commit is contained in:
麒麟
2023-09-11 22:27:14 +08:00
parent 7638b8c5cd
commit 295e1771ab

View File

@@ -122,7 +122,7 @@
} }
var ph = window.location.pathname.split('/'); var ph = window.location.pathname.split('/');
$("#al").html(window.location.protocol+'//'+window.location.host+(ph>2?'/'+ph[1]:ph[0])+'/alinotify'); $("#al").html(window.location.protocol+'//'+window.location.host+(ph.length>2?('/'+ph[1]):ph[0])+'/alinotify');
</script> </script>
</body> </body>