This commit is contained in:
sjk
2026-01-06 19:36:42 +08:00
parent 15b579d64a
commit 19942144fb
261 changed files with 24034 additions and 5477 deletions

View File

@@ -0,0 +1,10 @@
function wechatLogin() {
localStorage.setItem('isLoggedIn', 'true');
localStorage.setItem('userName', '星阿星');
localStorage.setItem('userCompany', '北京乐航时代科技有限公司');
window.location.href = 'select-product.html';
}
function goPhoneLogin() {
window.location.href = 'phone-login.html';
}