mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-09-19 03:46:38 +08:00
修改40X错误提示页面的错误,正确代码应为404对应页面未找到,403对应被禁止
Signed-off-by: 霜叶 <only_passerby@163.com>
This commit is contained in:
parent
3693856a05
commit
fdea2dd169
@ -8,7 +8,7 @@
|
|||||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<a-result status="404" title="对不起,您没有权限访问此内容">
|
<a-result status="403" title="对不起,您没有权限访问此内容">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<a-button type="primary" @click="goHome">返回首页</a-button>
|
<a-button type="primary" @click="goHome">返回首页</a-button>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
* 403 不存在 页面
|
* 404 不存在 页面
|
||||||
*
|
*
|
||||||
* @Author: 1024创新实验室-主任:卓大
|
* @Author: 1024创新实验室-主任:卓大
|
||||||
* @Date: 2022-08-08 20:46:18
|
* @Date: 2022-08-08 20:46:18
|
||||||
@ -8,7 +8,7 @@
|
|||||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<a-result status="403" title="对不起,您访问的内容不存在!">
|
<a-result status="404 title="对不起,您访问的内容不存在!">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<a-button type="primary" @click="goHome">返回首页</a-button>
|
<a-button type="primary" @click="goHome">返回首页</a-button>
|
||||||
</template>
|
</template>
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<a-result status="404" title="对不起,您没有权限访问此内容">
|
<a-result status="403" title="对不起,您没有权限访问此内容">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<a-button type="primary" @click="goHome">返回首页</a-button>
|
<a-button type="primary" @click="goHome">返回首页</a-button>
|
||||||
</template>
|
</template>
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
<!--
|
<!--
|
||||||
* 403 不存在 页面
|
* 404 不存在 页面
|
||||||
*
|
*
|
||||||
* @Author: 1024创新实验室-主任:卓大
|
* @Author: 1024创新实验室-主任:卓大
|
||||||
* @Date: 2022-08-08 20:46:18
|
* @Date: 2022-08-08 20:46:18
|
||||||
@ -8,7 +8,7 @@
|
|||||||
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
* @Copyright 1024创新实验室 ( https://1024lab.net ),Since 2012
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
<a-result status="403" title="对不起,您访问的内容不存在!">
|
<a-result status="404" title="对不起,您访问的内容不存在!">
|
||||||
<template #extra>
|
<template #extra>
|
||||||
<a-button type="primary" @click="goHome">返回首页</a-button>
|
<a-button type="primary" @click="goHome">返回首页</a-button>
|
||||||
</template>
|
</template>
|
||||||
|
Loading…
Reference in New Issue
Block a user