MCPcopy Create free account
hub / github.com/CoderOpen/waimai / options

Method options

front/utils/luch-request/core/Request.js:242–249  ·  view source on GitHub ↗
(url, data, options = {})

Source from the content-addressed store, hash-verified

240
241 // #ifdef APP-PLUS || H5 || MP-WEIXIN || MP-BAIDU
242 options(url, data, options = {}) {
243 return this.request({
244 url,
245 data,
246 method: 'OPTIONS',
247 ...options
248 })
249 }
250
251 // #endif
252

Callers 2

formMethod · 0.80
formMethod · 0.80

Calls 1

requestMethod · 0.95

Tested by

no test coverage detected