diff --git a/config/AirConfig.ts b/config/AirConfig.ts
index ed8997d..dd4245b 100644
--- a/config/AirConfig.ts
+++ b/config/AirConfig.ts
@@ -105,6 +105,11 @@ export class AirConfig {
*/
static apiUrl = import.meta.env.VITE_APP_API_URL || '/api/'
+ /**
+ * # Oauth2的authorize地址
+ */
+ static oauthUrl = import.meta.env.VITE_APP_OAUTH_URL || '/oauth2/authorize'
+
/**
* # 静态资源根路径
* ---
diff --git a/ErrorPage.vue b/view/error.vue
similarity index 96%
rename from ErrorPage.vue
rename to view/error.vue
index df7e41c..aaf7d33 100644
--- a/ErrorPage.vue
+++ b/view/error.vue
@@ -25,8 +25,8 @@
+