[AI Generated]: feat(*): 新增 OpenID 登录流程及启动自动跳转逻辑

This commit is contained in:
17792275749
2026-05-14 11:56:43 +08:00
parent 89d4832c7c
commit 54fc0daf5a
9 changed files with 173 additions and 39 deletions
+2 -2
View File
@@ -2,8 +2,8 @@ import type { ApiResponse, HttpMethod, RequestOptions } from './types'
export type { ApiResponse, RequestOptions }
const BASE_URL = 'http://192.168.1.31:8889' // 测试环境
// const BASE_URL = 'https://device.shuziweidao.com/gateway' // 正式环境
const BASE_URL = 'http://192.168.1.31:8889/' // 测试环境
// const BASE_URL = 'https://device.shuziweidao.com/gateway/' // 正式环境
let _loadingCount = 0