Compare commits

..

2 Commits

Author SHA1 Message Date
kakeru911436 8627fdae6b file name change 2021-11-02 08:32:23 +08:00
kakeru911436 ca5222b780 code change 2021-11-02 08:31:53 +08:00
2 changed files with 1 additions and 1 deletions
View File
+1 -1
View File
@@ -49,7 +49,7 @@
if(localStorage.getItem('LoginStatus')!=1){
alert('請重新登入後再試');
location.href='Untitled-1.html';
location.href='api_prac.html';
}
</script>