feat(projects): 添加exception页面:403,404,500

This commit is contained in:
Soybean
2021-09-09 18:40:38 +08:00
parent ff4a09c452
commit d012c4ecf2
30 changed files with 7896 additions and 38 deletions

View File

@ -1,3 +1,6 @@
import AppProviderContent from './AppProviderContent/index.vue';
import ExceptionSvg from './ExceptionSvg/index.vue';
import BannerSvg from './BannerSvg/index.vue';
import CountTo from './CountTo/index.vue';
export { AppProviderContent };
export { AppProviderContent, ExceptionSvg, BannerSvg, CountTo };