初始化

This commit is contained in:
2026-05-10 01:33:46 +08:00
parent 9e24153eac
commit 105ed4cbee
414 changed files with 87 additions and 53342 deletions

View File

@@ -16,7 +16,7 @@ export default defineEventHandler((event) => {
// 开发环境使用本地 9500 端口,生产环境使用配置的环境变量
const mpApiBase = isDevEnv
? 'http://127.0.0.1:9500'
: (config.public.mpApiBase || 'https://mp-api.websoft.top')
: (config.public.mpApiBase || 'https://cms-api.websoft.top')
const path = getRouterParam(event, 'path') || ''
const search = getRequestURL(event).search