优化网站导航模块
This commit is contained in:
@@ -130,6 +130,7 @@ export async function checkExistence(
|
||||
value: string,
|
||||
id?: number
|
||||
) {
|
||||
console.log({ field, value, id });
|
||||
const res = await request.get<ApiResult<unknown>>(
|
||||
MODULES_API_URL + '/cms/navigation/existence',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user