From e1d24d932247e443a8893d8ebe85315fea5a5018 Mon Sep 17 00:00:00 2001 From: cnf <3200815559@qq.com> Date: 星期二, 26 八月 2025 13:14:11 +0800 Subject: [PATCH] Merge branch 'master' of http://git.gs-mes.com:8080/r/~kyy/LW_PdaClient --- H5/Js/UserLogin.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/H5/Js/UserLogin.js b/H5/Js/UserLogin.js index 7ab253d..61d6385 100644 --- a/H5/Js/UserLogin.js +++ b/H5/Js/UserLogin.js @@ -11,13 +11,13 @@ }, mounted() { var that = this; - if (typeof (Cookies.get('phone')) == "undefined") { } + if (typeof (Cookies.get('loginAccount')) == "undefined") { } else { - that.phone = Cookies.get('phone'); - that.passwd = Cookies.get('passwd'); + that.phone = Cookies.get('loginAccount'); + // that.passwd = Cookies.get('passwd'); } - that.phone = "admin"; - that.passwd = "123456"; + // that.phone = "admin"; + // that.passwd = "123456"; }, methods: { onSubmit(name) { -- Gitblit v1.9.3