diff --git a/erp-web/src/main/resources/template/js/index/index.js b/erp-web/src/main/resources/template/js/index/index.js index 7c64b614..b83da491 100644 --- a/erp-web/src/main/resources/template/js/index/index.js +++ b/erp-web/src/main/resources/template/js/index/index.js @@ -61,6 +61,15 @@ layui.config({ }, 10); AjaxPostUtil.request({url:reqBasePath + "login002", params:{}, type:'json', callback:function(json){ if(json.returnCode == 0){ + winui.window.open({ + id: '公告', + type: 1, + title: '公告', + content: '

您的支持是对我们最大的动力!!!!!!^_^

' + +'' + +'', + area: ['800px', '600px'] + }); $("#userPhoto").attr("src", fileBasePath + json.bean.userPhoto); $("#userName").html(json.bean.userCode + '(' + json.bean.userName + ')'); userId = json.bean.id;