From 1aa309700fb7e12d85f98bed22a45bdac448ec1c Mon Sep 17 00:00:00 2001 From: liujie <liujie> Date: 星期六, 16 九月 2023 11:18:46 +0800 Subject: [PATCH] app 2.0 --- cloud-server-management/src/main/webapp/WEB-INF/view/system/storeValueConfig/StoreValueConfig.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/cloud-server-management/src/main/webapp/WEB-INF/view/system/storeValueConfig/StoreValueConfig.html b/cloud-server-management/src/main/webapp/WEB-INF/view/system/storeValueConfig/StoreValueConfig.html index c51cda2..f4405c1 100644 --- a/cloud-server-management/src/main/webapp/WEB-INF/view/system/storeValueConfig/StoreValueConfig.html +++ b/cloud-server-management/src/main/webapp/WEB-INF/view/system/storeValueConfig/StoreValueConfig.html @@ -13,7 +13,7 @@ <div class="ibox-title"> <h5>储值管理</h5> </div> - <input type="hidden" id="content" value="${content}"> + <input type="hidden" id="content" value='${content}'> <!-- <input type="hidden" id="description" value="${description}">--> <!-- <input type="hidden" id="time" value="${time}">--> -- Gitblit v1.7.1