fix(operator): fix operator edit issue
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m51s
All checks were successful
构建并部署前端到测试环境 / build-and-deploy (push) Successful in 4m51s
This commit is contained in:
@@ -27,6 +27,8 @@ export interface RequestOptions {
|
||||
ignoreCancelToken?: boolean
|
||||
// 是否携带token
|
||||
withToken?: boolean
|
||||
// 是否显示404错误提示(默认false,即默认不显示404错误)
|
||||
show404Error?: boolean
|
||||
}
|
||||
|
||||
// 请求方法类型
|
||||
|
||||
Reference in New Issue
Block a user