From 6e9db31ca1b5f5a3bbea410eb4ddad61a16f2fed Mon Sep 17 00:00:00 2001 From: 南骏 池 <chiffly@163.com> Date: 星期四, 17 七月 2025 16:48:04 +0800 Subject: [PATCH] 1.IQC优化 2.界面样式优化 3.登录保存账号信息 --- H5/Js/UserLogin.js | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/H5/Js/UserLogin.js b/H5/Js/UserLogin.js index 7ab253d..5a56fd9 100644 --- a/H5/Js/UserLogin.js +++ b/H5/Js/UserLogin.js @@ -14,10 +14,10 @@ if (typeof (Cookies.get('phone')) == "undefined") { } else { that.phone = Cookies.get('phone'); - that.passwd = Cookies.get('passwd'); + //that.passwd = Cookies.get('passwd'); } - that.phone = "admin"; - that.passwd = "123456"; + //that.phone = "admin"; + //that.passwd = "123456"; }, methods: { onSubmit(name) { -- Gitblit v1.9.3