code change

This commit is contained in:
2021-11-02 08:31:53 +08:00
parent 8483f13aa3
commit ca5222b780

View File

@@ -49,7 +49,7 @@
if(localStorage.getItem('LoginStatus')!=1){
alert('請重新登入後再試');
location.href='Untitled-1.html';
location.href='api_prac.html';
}
</script>