Path数据模板定义
Absolute Path
Mock.mock({ foo: 'Hello', nested: { a: { b: { c: 'Mock.js' } } }, absolutePath: '@/foo @/nested/a/b/c' })
Relative Path
Mock.mock({ foo: 'Hello', nested: { a: { b: { c: 'Mock.js' } } }, relativePath: { a: { b: { c: '@../../../foo @../../../nested/a/b/c' } } } })