1
0
mirror of https://gitee.com/bookshelfplus/bookshelfplus synced 2025-09-15 21:01:40 +08:00
Code Issues Projects Releases Wiki Activity GitHub Gitee

前端: ./assets 全部改为 /assets

This commit is contained in:
2022-04-02 14:53:17 +08:00
parent 3efc2c730b
commit 3cf3e4630e
7 changed files with 11 additions and 11 deletions

View File

@@ -27,7 +27,7 @@
<%- include("./component/footer.html"); %>
<!-- 获取参数 -->
<script src="./assets/javascripts/getParams.js"></script>
<script src="/assets/javascripts/getParams.js"></script>
<script>
var requestParams = getParams();
var searchbox = document.getElementById("searchInput");