Pre Merge pull request !515 from 御宅男(YznCMS官方)/Branch_f804c8a4

pull/515/MERGE
御宅男(YznCMS官方) 2026-01-14 03:54:35 +00:00 committed by Gitee
commit e2b059960c
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ define(['fast', 'template', 'moment'], function (Fast, Template, Moment) {
var Frontend = {
api: Fast.api,
init: function () {
//配置Toastr的参数
Toastr.options.positionClass = "toast-top-right";
var si = {};
//发送验证码
$(document).on("click", ".btn-captcha", function (e) {