@@ -1,7 +1,7 @@
<template>
<div class="frame">
- <h1>页面找不到了</h1>
+ <h1 style="font-size: 100px;">404</h1>
<el-button @click="goIndex" type="success">返回首页</el-button>
</div>
</template>