版本号
~ V1.8.0
什么问题
~ 我需要使用重定向功能,通过Mock跳转到重定向页面,但是没有成功,使用模板或者网友的方式都没有成功,mock直接把我的设置json返回了
{
"$schema": "http://json-schema.org/draft-04/schema#",
"type": "object",
"properties": {
"description": {
"type": "string"
},
"redirectTo": {
"type": "string",
"mock": {
"mock": "www.baidu.com"
}
},
"response": {
"type": "object",
"properties": {
"text": {
"type": "string"
}
}
}
}
}
如何复现此问题
~
什么浏览器
~ chrome
什么系统(Linux, Windows, macOS)
~windows
暂无答案!
目前还没有任何答案,快来回答吧!