初始化

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

@@ -6,7 +6,7 @@ export const ENV_CONFIG = {
},
prod: {
name: '生产环境',
serverUrl: 'https://websopy-api.websoft.top',
serverUrl: 'https://cms-api.websoft.top',
},
} as const
@@ -43,9 +43,9 @@ const BASE_URL = getApiBaseUrl()
export const SERVER_API_URL = '/api/_server'
export const MODULES_API_URL = '/api/_modules'
// App 模块:相对路径,走 /api/_app proxy → websopy-api.websoft.top/api/app/*
// App 模块:相对路径,走 /api/_app proxy → cms-api.websoft.top/api/app/*
export const APP_API_URL = '/api/app'
export const FILE_SERVER = '/api/_file'
// Some endpoints use this as a special TenantId override (defaults to current tenant)
export const TEMPLATE_ID = '5'
export const TEMPLATE_ID = '10588'