Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
Skyeye云
Skyeye
提交
8222aec3
S
Skyeye
项目概览
Skyeye云
/
Skyeye
通知
1433
Star
162
Fork
130
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
DevOps
流水线
流水线任务
计划
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
S
Skyeye
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
DevOps
DevOps
流水线
流水线任务
计划
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
流水线任务
提交
Issue看板
提交
8222aec3
编写于
11月 19, 2018
作者:
Skyeye云
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
优化
上级
57f48c48
变更
6
隐藏空白更改
内联
并排
Showing
6 changed file
with
13 addition
and
8 deletion
+13
-8
skyeye-web/src/main/resources/dbmapper/SysEveUserMapper.xml
skyeye-web/src/main/resources/dbmapper/SysEveUserMapper.xml
+3
-1
skyeye-web/src/main/webapp/assets/winbgpic/default.jpg
skyeye-web/src/main/webapp/assets/winbgpic/default.jpg
+0
-0
skyeye-web/src/main/webapp/js/index/index.js
skyeye-web/src/main/webapp/js/index/index.js
+8
-3
skyeye-web/src/main/webapp/js/sysevewinbgpic/sysevewinbgpiclist.js
...b/src/main/webapp/js/sysevewinbgpic/sysevewinbgpiclist.js
+0
-2
skyeye-web/src/main/webapp/tpl/index/login.html
skyeye-web/src/main/webapp/tpl/index/login.html
+1
-1
skyeye-web/src/main/webapp/tpl/sysevewinbgpic/sysevewinbgpiclist.html
...rc/main/webapp/tpl/sysevewinbgpic/sysevewinbgpiclist.html
+1
-1
未找到文件。
skyeye-web/src/main/resources/dbmapper/SysEveUserMapper.xml
浏览文件 @
8222aec3
...
...
@@ -85,9 +85,11 @@
a.user_code userCode,
a.pwd_num_enc pwdNum,
a.`password`,
a.user_lock userLock
a.user_lock userLock,
b.win_bg_pic_url winBgPicUrl
FROM
sys_eve_user a
LEFT JOIN sys_eve_user_install b ON a.id = b.user_id
WHERE
a.user_code = #{userCode}
</select>
...
...
skyeye-web/src/main/webapp/assets/winbgpic/default.jpg
0 → 100644
浏览文件 @
8222aec3
219.8 KB
skyeye-web/src/main/webapp/js/index/index.js
浏览文件 @
8222aec3
...
...
@@ -31,7 +31,12 @@
// content: '<p style="padding:20px;">半成品仅供参观,多数设置本地存储,清除浏览器缓存即失效。<br/><br/>慢工出细活,如有需要的朋友请耐心等待。<br/><br/>望社区案例多多点赞,谢谢各位!<br/><br/>特色很多,如:<span style="color:#FF5722">桌面助手,主题设置</span>,大家慢慢参观</p>',
// area: ['400px', '400px']
// });
initWinConfig
();
if
(
isNull
(
json
.
bean
.
winBgPicUrl
)){
json
.
bean
.
winBgPicUrl
=
fileBasePath
+
'
/assets/winbgpic/default.jpg
'
;
}
else
{
json
.
bean
.
winBgPicUrl
=
fileBasePath
+
json
.
bean
.
winBgPicUrl
;
}
initWinConfig
(
json
);
}
else
{
location
.
href
=
"
login.html
"
;
}
...
...
@@ -40,7 +45,7 @@
});
//初始化配置信息
function
initWinConfig
(){
function
initWinConfig
(
json
){
//设置窗口点击事件
$
(
"
body
"
).
on
(
"
dblclick
"
,
"
.sec-clsss-btn
"
,
function
(
e
){
...
...
@@ -53,7 +58,7 @@
color
:
32
,
taskbarMode
:
'
bottom
'
,
startSize
:
'
sm
'
,
bgSrc
:
'
../../assets/images/bg_01.jpg
'
,
bgSrc
:
json
.
bean
.
winBgPicUrl
,
lockBgSrc
:
'
../../assets/images/bg_04.jpg
'
},
//如果本地配置为空则给默认值
desktop
:
{
//桌面菜单栏
...
...
skyeye-web/src/main/webapp/js/sysevewinbgpic/sysevewinbgpiclist.js
浏览文件 @
8222aec3
var
rowId
=
""
;
layui
.
config
({
base
:
basePath
,
...
...
@@ -58,7 +57,6 @@ layui.config({
loadTable
();
});
var
uploadInst
=
upload
.
render
({
elem
:
'
#addBean
'
,
// 绑定元素
url
:
reqBasePath
+
'
common003
'
,
// 上传接口
...
...
skyeye-web/src/main/webapp/tpl/index/login.html
浏览文件 @
8222aec3
...
...
@@ -11,7 +11,7 @@
<link
href=
"../../assets/lib/winui/css/lockscreen.css"
rel=
"stylesheet"
/>
<style
type=
"text/css"
>
.lock-body
{
background-image
:
url("../../assets/
images/bg_01
.jpg")
;
background-image
:
url("../../assets/
winbgpic/default
.jpg")
;
}
</style>
<script>
...
...
skyeye-web/src/main/webapp/tpl/sysevewinbgpic/sysevewinbgpiclist.html
浏览文件 @
8222aec3
...
...
@@ -11,7 +11,7 @@
<div
class=
"winui-toolbar"
>
<div
class=
"winui-tool"
>
<button
id=
"reloadTable"
class=
"winui-toolbtn"
><i
class=
"fa fa-refresh"
aria-hidden=
"true"
></i>
刷新数据
</button>
<button
id=
"addBean"
class=
"winui-toolbtn"
><i
class=
"fa fa-
plus
"
aria-hidden=
"true"
></i>
新增win系统桌面图片
</button>
<button
id=
"addBean"
class=
"winui-toolbtn"
><i
class=
"fa fa-
cloud-upload
"
aria-hidden=
"true"
></i>
新增win系统桌面图片
</button>
</div>
</div>
<div
style=
"margin:auto 10px;"
>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录