mirror of
https://gitee.com/dromara/go-view.git
synced 2026-04-23 00:00:12 +08:00
fix: 修改水球图编辑和颜色跟随变换
This commit is contained in:
@@ -5,6 +5,7 @@ import { RequestHttpEnum } from '@/enums/httpEnum'
|
||||
// 单个X数据
|
||||
export const chartDataUrl = '/mock/chartData'
|
||||
export const rankListUrl = '/mock/RankList'
|
||||
export const numberUrl = '/mock/number'
|
||||
|
||||
const mockObject: MockMethod[] = [
|
||||
{
|
||||
@@ -19,6 +20,11 @@ const mockObject: MockMethod[] = [
|
||||
method: RequestHttpEnum.GET,
|
||||
response: () => test.fetchRankList,
|
||||
},
|
||||
{
|
||||
url: '/mock/number',
|
||||
method: RequestHttpEnum.GET,
|
||||
response: () => test.fetchNumber,
|
||||
},
|
||||
]
|
||||
|
||||
export default mockObject
|
||||
|
||||
Reference in New Issue
Block a user