1 Commits
r25 ... r26

Author SHA1 Message Date
麒麟
295e1771ab bug 2023-09-11 22:27:14 +08:00

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>