forked from jasder/forgeplus
5 lines
118 B
Plaintext
5 lines
118 B
Plaintext
|
$.notify({ message: '操作成功' },{ type: 'success' });
|
||
|
|
||
|
setTimeout(function(){
|
||
|
window.location.reload();
|
||
|
}, 500)
|