mirror of https://github.com/halo-dev/halo
🐛 修复主题保存js报错的问题
parent
bd33f8549a
commit
fa5867ed0e
|
@ -65,6 +65,9 @@ function initMenu() {
|
|||
* @param hideAfter
|
||||
*/
|
||||
function showMsg(text,icon,hideAfter) {
|
||||
if(heading==undefined){
|
||||
var heading = "提示";
|
||||
}
|
||||
$.toast({
|
||||
text: text,
|
||||
heading: heading,
|
||||
|
|
Loading…
Reference in New Issue