ctms/ctms-admin/web/js/welcome.min.js
2025-04-10 23:19:13 +08:00

23 lines
1.3 KiB
JavaScript
Executable File
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

//页面一打开就执行放入ready是为了layer所需配件css、扩展模块加载完毕
layer.ready(function(){
if(sessionStorage.layer_Welcome == 0){
return;
}
layer.open({
type: 1,
maxmin: true,
area: ['800px', 'auto'],//宽高
title: '欢迎您', //显示标题
content: '<br><div class="sk-spinner sk-spinner-rotating-plane"></div><div style="text-align:center;"><br><p>欢迎您使用本系统本系统由Fm453团队开发及维护如果您在使用过程中碰到了问题欢迎与我们取得联系</p><br><p>点击页面任意空白处即可关闭本窗口</p></div>',
shadeClose: true, //开启遮罩关闭
time:3000,
end: function(){
if(sessionStorage.layer_Welcome != 0){
sessionStorage.layer_Welcome = 0;
}
layer.tips('Hi,我是快捷方式按钮您可随时点击“返回”按钮来回退到上一次的页面或点击“刷新”按钮来刷新当前页面内容点击前记得注意保存页面数据哦本提示3秒后自动消失。', '#_HiQuickMenu', {tips: [1,'#0095f6'],time:3000})
}
});
}),
console.log("DACMS定制系统专业面向数据接口化站点定制化开发如果您在使用过程中发现任何问题可联系开发人员QQ1280880631或393213759前端使用H+主题框架。")