From 72935b2a35765bcc3622561bb06f2eccd64caf83 Mon Sep 17 00:00:00 2001
From: qingyiay <2386314947@qq.com>
Date: 星期二, 16 五月 2023 16:49:00 +0800
Subject: [PATCH] 修改上传图片时页面跳转问题

---
 pages/login/userPassword.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pages/login/userPassword.vue b/pages/login/userPassword.vue
index 5fb6074..036390e 100644
--- a/pages/login/userPassword.vue
+++ b/pages/login/userPassword.vue
@@ -7,7 +7,7 @@
 					clearable
 					maxlength="32"
 					type="text"
-					placeholder="璇疯緭鍏ョ敤鎴峰悕"
+					placeholder="璇疯緭鍏ユ墜鏈哄彿"
 					prefixIcon="account"
 					prefixIconStyle="font-size: 22px;color: #909399"
 				></u--input>
@@ -43,10 +43,10 @@
 	},
 	data() {
 		return {
-			username: '12222222222', // 瀹㈡埛
+			username: '', // 瀹㈡埛
 			// username:'13333333331',//璐т唬
 			// username: '13333333332',// 鍙告満
-			password: '123456',
+			password: '',
 			remember: true,
 			baseUrl: ''
 		};

--
Gitblit v1.9.1