实现单文件删除
This commit is contained in:
@@ -48,7 +48,7 @@
|
||||
</el-container>
|
||||
</el-container>
|
||||
</div>
|
||||
<script th:src="@{js/homePage.js}"></script>
|
||||
<script th:src="@{js/msg.js}"></script>
|
||||
<script th:src="@{/js/homePage.js}"></script>
|
||||
<script th:src="@{/js/common.js}"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -90,7 +90,7 @@
|
||||
</el-container>
|
||||
</el-container>
|
||||
</div>
|
||||
<script th:src="@{../js/admin.js}"></script>
|
||||
<script th:src="@{../js/msg.js}"></script>
|
||||
<script th:src="@{/js/admin.js}"></script>
|
||||
<script th:src="@{/js/common.js}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
</el-container>
|
||||
</el-container>
|
||||
</div>
|
||||
<script th:src="@{js/homePage.js}"></script>
|
||||
<script th:src="@{js/msg.js}"></script>
|
||||
<script th:src="@{/js/homePage.js}"></script>
|
||||
<script th:src="@{/js/common.js}"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -304,7 +304,7 @@
|
||||
</el-container>
|
||||
</el-container>
|
||||
</div>
|
||||
<script th:src="@{js/homePage.js}"></script>
|
||||
<script th:src="@{js/msg.js}"></script>
|
||||
<script th:src="@{/js/homePage.js}"></script>
|
||||
<script th:src="@{/js/common.js}"></script>
|
||||
</body>
|
||||
</html>
|
||||
@@ -318,6 +318,6 @@
|
||||
</el-container>
|
||||
</div>
|
||||
<script src="../../static/js/homePage.js"></script>
|
||||
<script src="../../static/js/msg.js"></script>
|
||||
<script src="../../static/js/common.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -124,6 +124,6 @@
|
||||
</el-container>
|
||||
</div>
|
||||
<script src="../../static/js/homework.js"></script>
|
||||
<script src="../../static/js/msg.js"></script>
|
||||
<script src="../../static/js/common.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -81,6 +81,6 @@
|
||||
</el-container>
|
||||
</div>
|
||||
<script th:src="@{/js/managecourse.js}"></script>
|
||||
<script th:src="@{/js/msg.js}"></script>
|
||||
<script th:src="@{/js/common.js}"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -96,6 +96,6 @@
|
||||
</el-container>
|
||||
</div>
|
||||
<script src="../../static/js/manageuser.js"></script>
|
||||
<script src="../../static/js/msg.js"></script>
|
||||
<script src="../../static/js/common.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@@ -149,6 +149,6 @@
|
||||
</el-container>
|
||||
</div>
|
||||
<script src="../../static/js/user.js"></script>
|
||||
<script src="../../static/js/msg.js"></script>
|
||||
<script src="../../static/js/common.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user