CN-714 feat: dns图表定义

This commit is contained in:
chenjinsong
2022-09-15 15:51:00 +08:00
parent 79a578537e
commit 33d3791c7b
7 changed files with 171 additions and 7 deletions

View File

@@ -2,7 +2,7 @@ import Mock from 'mockjs'
const openMock = false
if (openMock) {
Mock.mock(RegExp(BASE_CONFIG.baseUrl + 'visual/panel*'), 'get', function (requestObj) {
Mock.mock(new RegExp(BASE_CONFIG.baseUrl + 'visual/panel.*'), 'get', function (requestObj) {
return {
"msg": "success",
"code": 200,