From d33d00cafeea2c4f980ea3af268d9260269edcc1 Mon Sep 17 00:00:00 2001
From: king <18310653075@163.com>
Date: 星期一, 25 一月 2021 18:24:20 +0800
Subject: [PATCH] 2021-01-25

---
 src/utils/utils.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/utils/utils.js b/src/utils/utils.js
index 373792a..3b1788f 100644
--- a/src/utils/utils.js
+++ b/src/utils/utils.js
@@ -1070,7 +1070,7 @@
 
     // 鑾峰彇瀛楁閿�煎
     formdata && formdata.forEach(form => {
-      if (form.type === 'text') { // 鐗规畩瀛楁鏇挎崲
+      if (form.type === 'text' && form.value) { // 鐗规畩瀛楁鏇挎崲
         form.value = form.value.replace(/^(\s*)@appkey@(\s*)$/ig, appkey)
         form.value = form.value.replace(/^(\s*)@SessionUid@(\s*)$/ig, sessionUid)
         form.value = form.value.replace(/^(\s*)@bid@(\s*)$/ig, BID)

--
Gitblit v1.8.0