11 lines
228 B
Vue
11 lines
228 B
Vue
![]() |
<template>
|
||
|
<div>
|
||
|
<p style="text-align: center; font-size: 140px; margin-bottom: 50px">
|
||
|
401
|
||
|
</p>
|
||
|
<p style="text-align: center; font-size: 40px">
|
||
|
你没有权限去该页面
|
||
|
</p>
|
||
|
</div>
|
||
|
</template>
|