From 0d6c0a99d42b4b84af4fac976bcde1facc9d26ef Mon Sep 17 00:00:00 2001 From: Nevermore <15972699417@163.com> Date: Sat, 4 Nov 2023 21:04:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=95=E7=94=A8=E8=B7=AF?= =?UTF-8?q?=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/color/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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