Skip to content

Commit

Permalink
更新引用路径
Browse files Browse the repository at this point in the history
  • Loading branch information
more-strive committed Nov 4, 2023
1 parent 9e4bbee commit 0d6c0a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/color/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
});
}

0 comments on commit 0d6c0a9

Please sign in to comment.