初始化
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user