mirror of https://gitee.com/karson/fastadmin.git
调整提示框位置
parent
bcbfa4a9e4
commit
67b9c0689a
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue