派生自 pfms_20210718_old

Jayden
2021-07-18 7df57dc07b6edd9446f5f53ee0a8ad6d7e6363a5
src/main/resources/static/index.html
@@ -4,7 +4,7 @@
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
    <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
    <title>欢迎使用!</title>
    <title>BlueDeer</title>
    <link rel="stylesheet" href="assets/layui/css/layui.css">
    <link rel="stylesheet" href="assets/common.css">
    <link rel="shorcut icon" href="assets/images/logo.png">
@@ -14,7 +14,7 @@
<div class="header">
    <div class="layui-container">
        <div class="layui-logo">
            <img src="assets/images/logo.png"/><cite><span><a href="/">File Management System</a></span></cite>
            <img src="https://static.tohours.com/jren/images/bluedeer.jpg"/><cite><span><a href="./">File Management System</a></span></cite>
        </div>
    </div>
</div>
@@ -225,13 +225,13 @@
        // 查看
        $('#open').click(function () {
            var fullName = mUrl.substr(7);
            window.open("/file?p=" + fullName + "&d=0", '_blank');
            window.open("file?p=" + fullName + "&d=0", '_blank');
        });
        // 下载
        $('#down').click(function () {
            var fullName = mUrl.substr(7);
            window.open("/file?p=" + fullName + "&d=1", '_blank');
            window.open("file?p=" + fullName + "&d=1", '_blank');
        });
        // 删除