实现用户仅能查看自己提交的文件

This commit is contained in:
F嘉阳
2018-02-23 13:02:23 +08:00
parent c91ee252a3
commit a50c33375d
14 changed files with 783 additions and 106 deletions

View File

@@ -34,6 +34,22 @@
<li>异常统一管理</li>
</ul>
<br>
<ul>
<h3>开发人员</h3>
<li><strong>界面布局设计 </strong>蓝钜</li>
<li><strong>代码开发 </strong>符嘉阳</li>
</ul>
<br>
<el-button type="text" @click="dialogTableVisible = true">查看更新日志</el-button>
<el-dialog title="GitLab更新日志" :visible.sync="dialogTableVisible">
<el-table :data="VersionList">
<el-table-column property="date" label="日期"></el-table-column>
<el-table-column property="content" label="内容"></el-table-column>
<el-table-column property="version" label="版本"></el-table-column>
<el-table-column property="user" label="提交人员"></el-table-column>
</el-table>
</el-dialog>
<ul>
<h3>友情链接</h3>
<li><a href="http://web.fjy8018.top:8080/blog/">F嘉阳 博客</a></li>
@@ -48,7 +64,6 @@
</el-container>
</el-container>
</div>
<script th:src="@{/js/homePage.js}"></script>
<script th:src="@{/js/common.js}"></script>
<script th:src="@{/js/home.js}"></script>
</body>
</html>

View File

@@ -77,6 +77,5 @@
</el-container>
</div>
<script th:src="@{/js/admin.js}"></script>
<script th:src="@{/js/common.js}"></script>
</body>
</html>

View File

@@ -38,6 +38,5 @@
</el-container>
</div>
<script th:src="@{/js/homePage.js}"></script>
<script th:src="@{/js/common.js}"></script>
</body>
</html>

View File

@@ -304,7 +304,6 @@
</el-container>
</el-container>
</div>
<script th:src="@{/js/homePage.js}"></script>
<script th:src="@{/js/common.js}"></script>
<script th:src="@{/js/home.js}"></script>
</body>
</html>

View File

@@ -72,6 +72,5 @@
</el-container>
</div>
<script th:src="@{/js/managecourse.js}"></script>
<script th:src="@{/js/common.js}"></script>
</body>
</html>

View File

@@ -51,6 +51,5 @@
</el-container>
</div>
<script th:src="@{/js/manageuser.js}"></script>
<script th:src="@{/js/common.js}"></script>
</body>
</html>

View File

@@ -109,6 +109,5 @@
</el-container>
</div>
<script th:src="@{/js/user.js}"></script>
<script th:src="@{/js/common.js}"></script>
</body>
</html>