no message

Former-commit-id: 5874fc28b778fc88a172c6bf686cd90a260f28ea
Former-commit-id: 17b3344bb7c99b93ced5d1cf8cad81deda0a7b7d
Former-commit-id: bfecc607c2f9dcd9078cee0a71bd3b2bb10b4730
This commit is contained in:
李杨
2018-02-18 18:20:28 +08:00
parent b97b20778a
commit 472a95be6a
4 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import Mock from 'mockjs'
import * as fn from './_publicFunction'
import * as fn from './_fn'
Mock.mock('/api/chart/G2Bar', 'post', ({body, type, url}) => {
const _body = JSON.parse(body)

View File

@@ -1,5 +1,5 @@
import Mock from 'mockjs'
import * as fn from './_publicFunction'
import * as fn from './_fn'
Mock.mock('/api/chart/G2Column', 'post', ({body, type, url}) => {
const _body = JSON.parse(body)

View File

@@ -1,5 +1,5 @@
import Mock from 'mockjs'
import * as fn from './_publicFunction'
import * as fn from './_fn'
Mock.mock('/api/chart/G2Line', 'post', ({body, type, url}) => {
const _body = JSON.parse(body)