diff --git a/src/assets/svg/error-403.svg b/src/assets/svg/error-403.svg new file mode 100644 index 0000000..504a8a1 --- /dev/null +++ b/src/assets/svg/error-403.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/svg/error-404.svg b/src/assets/svg/error-404.svg new file mode 100644 index 0000000..ff6ca1f --- /dev/null +++ b/src/assets/svg/error-404.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/assets/svg/error-500.svg b/src/assets/svg/error-500.svg new file mode 100644 index 0000000..3f545eb --- /dev/null +++ b/src/assets/svg/error-500.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/common/ErrorTip.vue b/src/components/common/ErrorTip.vue new file mode 100644 index 0000000..461da7a --- /dev/null +++ b/src/components/common/ErrorTip.vue @@ -0,0 +1,21 @@ + + + + + diff --git a/src/layouts/components/sider/Logo.vue b/src/layouts/components/sider/Logo.vue index 525f81b..aa8ffe7 100644 --- a/src/layouts/components/sider/Logo.vue +++ b/src/layouts/components/sider/Logo.vue @@ -8,8 +8,8 @@ diff --git a/src/router/routes/index.ts b/src/router/routes/index.ts index 30404d4..ca44484 100644 --- a/src/router/routes/index.ts +++ b/src/router/routes/index.ts @@ -14,7 +14,7 @@ export const constantRoutes = [ name: 'no-permission', component: () => import('@/views/error/not-permission/index.vue'), meta: { - title: '无权限', + title: '用户无权限', icon: 'icon-park-outline:error', }, }, diff --git a/src/store/modules/app.ts b/src/store/modules/app.ts index b8821b7..782c0f8 100644 --- a/src/store/modules/app.ts +++ b/src/store/modules/app.ts @@ -53,7 +53,7 @@ export const useAppStore = defineStore('app-store', { * @param {number} delay - 延迟毫秒数 * @return {*} */ - async reloadPage(delay = 100) { + async reloadPage(delay = 600) { this.loadFlag = false; await nextTick(); if (delay) { diff --git a/src/views/error/not-found/index.vue b/src/views/error/not-found/index.vue index 51432cc..bc8d521 100644 --- a/src/views/error/not-found/index.vue +++ b/src/views/error/not-found/index.vue @@ -1,5 +1,5 @@ diff --git a/src/views/error/not-permission/index.vue b/src/views/error/not-permission/index.vue index 5b2efd8..f6ba8e5 100644 --- a/src/views/error/not-permission/index.vue +++ b/src/views/error/not-permission/index.vue @@ -1,5 +1,5 @@ diff --git a/src/views/error/service-error/index.vue b/src/views/error/service-error/index.vue index 3a91663..4b70956 100644 --- a/src/views/error/service-error/index.vue +++ b/src/views/error/service-error/index.vue @@ -1,5 +1,5 @@