From ed28eb2300839d7f080e99037fc1e736f17f19fc Mon Sep 17 00:00:00 2001
From: kyy <3283105747@qq.com>
Date: 星期六, 19 七月 2025 09:21:35 +0800
Subject: [PATCH] 1、来料检优化样本值 2、登录优化

---
 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