Skip to content

Commit

Permalink
feat(异常模块): 新增404页面图片和完善展示效果
Browse files Browse the repository at this point in the history
  • Loading branch information
jiayisheji committed Dec 4, 2017
1 parent 9da8f89 commit b15f070
Show file tree
Hide file tree
Showing 2 changed files with 318 additions and 3 deletions.
7 changes: 4 additions & 3 deletions src/app/feature/exception/not-found/not-found.component.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
<p>
not-found works!
</p>
<app-exception [image]="'../../assets/images/exception-404.svg'">
<ng-container title>404</ng-container>
<ng-container description>抱歉,你访问的页面不存在</ng-container>
</app-exception>

0 comments on commit b15f070

Please sign in to comment.