From 67b9c0689adc74090da2c1a637c4fc579837ecdd Mon Sep 17 00:00:00 2001 From: ken678 <530765310@qq.com> Date: Thu, 9 Oct 2025 15:56:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8F=90=E7=A4=BA=E6=A1=86?= =?UTF-8?q?=E4=BD=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/assets/js/frontend.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/public/assets/js/frontend.js b/public/assets/js/frontend.js index b0a4a08bb..da574d7bb 100644 --- a/public/assets/js/frontend.js +++ b/public/assets/js/frontend.js @@ -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) { -- Gitee