fix: 修复编辑授权页面导入路径错误

- 将 `@/components/global-ayout` 修正为 `@/components/global-layout`

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-05-09 18:50:56 +08:00
parent 247fdb0f70
commit 488a53666a
+1 -1
View File
@@ -5,7 +5,7 @@ import { useI18n } from 'vue-i18n'
import { useRoute, useRouter } from 'vue-router'
import { toast } from 'vue-sonner'
import { BasicPage } from '@/components/global-ayout'
import { BasicPage } from '@/components/global-layout'
import api from '@/services/api'
const router = useRouter()