diff --git a/src/api/color/index.ts b/src/api/color/index.ts index 905d7132..a81ee537 100644 --- a/src/api/color/index.ts +++ b/src/api/color/index.ts @@ -2,7 +2,7 @@ import request from '@/utils/request'; import { AxiosPromise } from 'axios'; export function getColorShading(): any { return request({ - url: '/lib/color/shading.json', + url: 'lib/color/shading.json', method: 'get', }); } \ No newline at end of file