初始化

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

@@ -18,13 +18,13 @@ const modulesApiBase =
process.env.MODULES_API_URL ||
process.env.NUXT_PUBLIC_CMS_API_BASE ||
process.env.API_BASE ||
'https://mp-api.websoft.top/api'
'https://cms-api.websoft.top/api'
const appApiBase =
process.env.NUXT_PUBLIC_APP_API_BASE ||
'https://websopy-api.websoft.top'
'https://cms-api.websoft.top'
const mpApiBase =
process.env.NUXT_PUBLIC_MP_API_BASE ||
'https://mp-api.websoft.top'
'https://cms-api.websoft.top'
const fileServerBase =
process.env.NUXT_PUBLIC_FILE_SERVER_BASE ||
process.env.FILE_SERVER_BASE ||