From 7df57dc07b6edd9446f5f53ee0a8ad6d7e6363a5 Mon Sep 17 00:00:00 2001
From: Jayden <renjie@bluedeer.com.cn>
Date: 星期日, 18 七月 2021 18:53:04 +0800
Subject: [PATCH] 暂存
---
src/main/resources/static/index.html | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/main/resources/static/index.html b/src/main/resources/static/index.html
index 8fe44ab..4fb89ed 100644
--- a/src/main/resources/static/index.html
+++ b/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');
});
// 鍒犻櫎
--
Gitblit v1.8.0