环境仿真 - 设置模拟数据目录

  • 作者:KK

  • 发表日期:2016.6.25


mock服务器会默认使用项目目录下的mock-data目录作为数据目录,如果要修改数据目录可以在启动服务器时增加dataPath参数:

	mockServer({
        dataPath: './other-mock-data',
        webPath: './dist',
    });