From 9965ec4cd3fa70af453708fbd770ceaa9363d03f Mon Sep 17 00:00:00 2001 From: kyy <3283105747@qq.com> Date: 星期日, 20 七月 2025 22:23:39 +0800 Subject: [PATCH] 1、采购入库扫码去掉仓库信息 --- 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..ad70e03 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