This commit is contained in:
myTest383
2025-04-30 17:49:53 +08:00
parent 49d281dcc3
commit 1d353f4af3
9 changed files with 1147 additions and 177 deletions

View File

@@ -43,7 +43,7 @@
<script>
if (localStorage.getItem('userName')==null){
if (localStorage.getItem('userName')){
var name = localStorage.getItem('userName')
// 获取元素引用
@@ -58,7 +58,7 @@
// // 方法3: 使用textContent
// link.textContent = name;
link.href = "serve.html";
link.href = "business.html";
}
</script>