CN-708 feat: 色块图调整为蜂窝图
This commit is contained in:
@@ -4,8 +4,8 @@ const openMock = true
|
||||
if (openMock) {
|
||||
Mock.mock(new RegExp(BASE_CONFIG.baseUrl + 'interface/linkMonitor/links.*'), 'get', function (requestObj) {
|
||||
const linkData = []
|
||||
for (let i = 0; i < 94; i++) {
|
||||
linkData.push({ linkId: 20 * (i + 300), totalBitsRate: Math.floor(Math.pow(1.1, i) * 10000) })
|
||||
for (let i = 0; i < 10; i++) {
|
||||
linkData.push({ linkId: 20 * (i + 300), totalBitsRate: Math.floor(Math.pow(1.3, i) * 10000) })
|
||||
}
|
||||
return {
|
||||
msg: 'success',
|
||||
|
||||
Reference in New Issue
Block a user