-
[文档地址](https://kaola-fed.github.io/megalo-docs/#/)
目前文档、配套设施包括脚手架、应用方案等都在完善中,欢迎通过 issue 或钉钉、微信群向我们提意见或建议。
发现 bug 时,希望您能够提供完善的可复现代码,最好的方式是在您的 github 上建一个最小可复现仓库,把地址和对应的平台提供给我们,我们会尽快修复。
也欢迎大家提 …
-
fly.lock锁定的是后面你的待请求队列,当前请求无论成功或失败都会对应一个结果,你可以把你代码贴出来看看。
_Originally posted by @wendux in https://github.com/wendux/fly/issues/146#issuecomment-435338913_
-
`
RangeError: Maximum call stack size exceeded (uncaughtException throw 1 times on pid:xx)
at toString ()
at Object.type (/node_modules/flyio/dist/npm/fly.js:90:42)
at Object.clone (/n…
-
//支付宝小程序适配器
module.exports = function(request, responseCallback) {
var con = {
method: request.method,
url: request.url,
dataType: request.dataType || undefined,
headers: reque…
-
**问题描述**
```js
// 使用模板调用flyio 出错
const Fly = require('flyio/dist/npm/wx') // eslint-disable-line
const http = new Fly()
//error信息
sdk uncaught third Error
Fly is not defined
Referen…
ghost updated
5 years ago
-
这是我引入的方式import Fly from 'flyio/dist/npm/wx',后来我修改源码,
在791行左右
return new _Fly(engine || wxEngine);
Fly前面加了一个_,
-
新版本示例中
card组件
```
{{text}}
export default {
props: ['text'],
methods: {
go() {
console.log('xxxxxx')
}
}
};
.card {
paddi…
-
thirdScriptError
sdk uncaught third Error
__w is not defined
ReferenceError: __w is not defined
在mpvue项目中引入,出现错误
-
In some use cases, authorization is only granted at a specific sub-path level, as opposed to a master path. Enabling users to set a landing path could allow access in these use cases.
-
不走网络请求,直接返回数据,我将send方法里return true,但不知道如何将模拟的响应数据传给xhr
ipad4 updated
6 years ago