diff --git a/openapi-ts-request.config.ts b/openapi-ts-request.config.ts
index 84c6ddf..18ce1dc 100644
--- a/openapi-ts-request.config.ts
+++ b/openapi-ts-request.config.ts
@@ -2,7 +2,7 @@ import type { GenerateServiceProps } from 'openapi-ts-request'
export default [
{
- schemaPath: 'http://petstore.swagger.io/v2/swagger.json',
+ schemaPath: 'https://ukw0y1.laf.run/unibest-opapi-test.json',
serversPath: './src/service',
requestLibPath: `import request from '@/http/vue-query';\n import { CustomRequestOptions } from '@/http/types';`,
requestOptionsType: 'CustomRequestOptions',
diff --git a/package.json b/package.json
index f6b70a1..3d8e591 100644
--- a/package.json
+++ b/package.json
@@ -87,7 +87,7 @@
"build:quickapp-webview-huawei": "uni build -p quickapp-webview-huawei",
"build:quickapp-webview-union": "uni build -p quickapp-webview-union",
"type-check": "vue-tsc --noEmit",
- "openapi-ts-request": "openapi-ts",
+ "openapi": "openapi-ts",
"prepare": "git init && husky && node ./scripts/create-base-files.js",
"docker:prepare": "node ./scripts/create-base-files.js",
"lint": "eslint",
diff --git a/src/pages/about/about.vue b/src/pages/about/about.vue
index a4e84f3..0535e04 100644
--- a/src/pages/about/about.vue
+++ b/src/pages/about/about.vue
@@ -3,6 +3,7 @@ import { isApp, isAppAndroid, isAppHarmony, isAppIOS, isAppPlus, isH5, isMpWeixi
import { LOGIN_PAGE } from '@/router/config'
import { useTokenStore } from '@/store'
import { tabbarStore } from '@/tabbar/store'
+import RequestCompOpenApi from './components/request-openapi.vue'
import RequestComp from './components/request.vue'
import VBindCss from './components/VBindCss.vue'
@@ -113,6 +114,7 @@ onShow(() => {
+