From 5450926f5c6ac9c45631b0e347c7c72e8575dd75 Mon Sep 17 00:00:00 2001 From: wangzhuo <3186725297@qq.com> Date: Tue, 17 Dec 2024 21:47:12 +0800 Subject: [PATCH] wangzhuo --- src/api/brand.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/brand.js b/src/api/brand.js index 8ba4b4d..e79e2a2 100644 --- a/src/api/brand.js +++ b/src/api/brand.js @@ -52,7 +52,7 @@ export function deleteBrand(id) { // 获取单个品牌的详细信息 export function getBrand(id) { - // 调用请求方法,发送GET请求到 '/brand/{id}',{id}为品牌的唯一标识 + // 调用请求方法,发送GET请求到 '/brand/{id}',{id}为品牌唯一标识 return request({ url: '/brand/' + id, // 请求的API接口地址,{id}动态插入 method: 'get', // 请求方法:GET