初始化
This commit is contained in:
@@ -21,7 +21,7 @@ export async function getTenantInfo(): Promise<Company> {
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取网站信息 https://websopy-api.websoft.top/api
|
||||
* 获取网站信息 https://cms-api.websoft.top/api
|
||||
*/
|
||||
export async function getSiteInfo() {
|
||||
const res = await request.get<ApiResult<AppProduct>>(
|
||||
|
||||
@@ -134,7 +134,7 @@ export async function checkExistence(
|
||||
*/
|
||||
export async function configWebsiteField(params?: WebsiteFieldParam) {
|
||||
const res = await request.get<ApiResult<Config>>(
|
||||
'https://websopy-api.websoft.top/api/cms/cmsWebsite-field/config',
|
||||
'https://cms-api.websoft.top/api/cms/cmsWebsite-field/config',
|
||||
{
|
||||
params,
|
||||
headers: {
|
||||
|
||||
Reference in New Issue
Block a user