diff --git a/dist.rar b/dist.rar index ec7fdbb..d0f711c 100644 Binary files a/dist.rar and b/dist.rar differ diff --git a/generated/core/OpenAPI.ts b/generated/core/OpenAPI.ts index 9f5965d..bb0dc7f 100644 --- a/generated/core/OpenAPI.ts +++ b/generated/core/OpenAPI.ts @@ -20,7 +20,7 @@ export type OpenAPIConfig = { }; export const OpenAPI: OpenAPIConfig = { - BASE: 'http://127.0.0.1:8101', + BASE: 'http://oj.shuguangwl.com:8101', VERSION: '1.0', WITH_CREDENTIALS: true, CREDENTIALS: 'include', diff --git a/generateds/core/OpenAPI.ts b/generateds/core/OpenAPI.ts index ab35ce4..e457bbf 100644 --- a/generateds/core/OpenAPI.ts +++ b/generateds/core/OpenAPI.ts @@ -20,7 +20,7 @@ export type OpenAPIConfig = { }; export const OpenAPI: OpenAPIConfig = { - BASE: 'http://localhost:8101', + BASE: 'http://oj.shuguangwl.com:8101', VERSION: '1.0', WITH_CREDENTIALS: true, CREDENTIALS: 'include', diff --git a/src/views/AboutView.vue b/src/views/AboutView.vue index 3fa2807..2e0a441 100644 --- a/src/views/AboutView.vue +++ b/src/views/AboutView.vue @@ -1,5 +1,236 @@ + + + + + diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue index 2208f8b..11f5f16 100644 --- a/src/views/HomeView.vue +++ b/src/views/HomeView.vue @@ -1,68 +1,70 @@ - \ No newline at end of file + +/* 其他样式 */ +.shiwaiyun { + vertical-align: middle; + display: inline-block; + width: 80px; + height: 30px; + line-height: 30px; + text-align: center; + background-color: #ffffff; + border-radius: 5px; + border: solid 1px #05f; + color: #05f; +} + diff --git a/src/views/user/UserLoginView.vue b/src/views/user/UserLoginView.vue index ee1ec8a..16e5a2a 100644 --- a/src/views/user/UserLoginView.vue +++ b/src/views/user/UserLoginView.vue @@ -62,3 +62,6 @@ const handleSubmit = async () => { } }; + \ No newline at end of file