fix: 链路去掉mock

This commit is contained in:
chenjinsong
2022-10-11 20:10:04 +08:00
parent 19206b8144
commit e005eb7cb4
3 changed files with 14 additions and 56 deletions

View File

@@ -1,6 +1,6 @@
import Mock from 'mockjs'
const openMock = true
const openMock = false
if (openMock) {
Mock.mock(new RegExp(BASE_CONFIG.baseUrl + 'interface/link/overview/analysis.*'), 'get', function (requestObj) {
const linkData = []