mirror of https://gitee.com/karson/fastadmin.git
调整提示框位置
parent
4c66764541
commit
a13996f84e
|
|
@ -2,6 +2,9 @@ define(['fast', 'template', 'moment'], function (Fast, Template, Moment) {
|
||||||
var Frontend = {
|
var Frontend = {
|
||||||
api: Fast.api,
|
api: Fast.api,
|
||||||
init: function () {
|
init: function () {
|
||||||
|
//配置Toastr的参数
|
||||||
|
Toastr.options.positionClass = "toast-top-right";
|
||||||
|
|
||||||
var si = {};
|
var si = {};
|
||||||
//发送验证码
|
//发送验证码
|
||||||
$(document).on("click", ".btn-captcha", function (e) {
|
$(document).on("click", ".btn-captcha", function (e) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue