优化已知问题
This commit is contained in:
@@ -68,7 +68,7 @@ export async function updateCmsWebsite(data: CmsWebsite) {
|
||||
*/
|
||||
export async function updateCmsWebsiteAll(data: CmsWebsite) {
|
||||
const res = await request.put<ApiResult<unknown>>(
|
||||
'http://127.0.0.1:9002/api/cms/cms-website/updateAll',
|
||||
'/cms/cms-website/updateAll',
|
||||
data
|
||||
);
|
||||
if (res.code === 0) {
|
||||
|
||||
Reference in New Issue
Block a user