@@ -626,9 +626,11 @@
$('.js-example-basic-single').select2({
language: 'zh-CN',
width:100,
- closeOnSelect:true
+ closeOnSelect:true,
+ placeholder: '请选择'
});
+
diff --git a/src/main/resources/templates/system/login.html b/src/main/resources/templates/system/login.html
index e1a101a..67adb1c 100644
--- a/src/main/resources/templates/system/login.html
+++ b/src/main/resources/templates/system/login.html
@@ -19,16 +19,16 @@
@@ -79,12 +80,12 @@
$(".vcode-img").on('click', function () {
$(this).attr('src', '[[@{/verificationCode?}]]' + Math.floor(Math.random() * 100));
});
-
+
// 使用企业微信扫码登录
$("#btn_qywxlogin").click(function () {
window.location.href = "[[@{/qywx/qrLogin}]]";
});
-
+
// 账号密码登录
$("#loginBtn").on('click', function () {
if (!doValidForm(loginForm)) {
@@ -123,4 +124,4 @@
})
-