-
### 应用介绍:闲买足浴商城项目
**技术方案:采用mpvue+flyio+weui实现。**
### 扫码体验:
![gh_ed6776d1ff21_258 (1)](https://user-images.githubusercontent.com/30046926/57209038-5a173e00-7009-11e9-9173-498a80d2df64.jpg)
-
场景:登录态过期时,拦截器拦截,重复请求 getToken 接口
我的代码:
![image](https://user-images.githubusercontent.com/13624554/59743115-e58b1c80-92a1-11e9-836a-ac694b53303e.png)
![image](https://user-images.githubuserconten…
-
用了这个以后,请求出错,发送的参数格式变了
![image](https://user-images.githubusercontent.com/19758010/54976393-2f32d680-4fd5-11e9-807f-7ed4e4aa2bba.png)
vue项目,用的http请求库是和axios差不多的flyio(因为项目从小程序迁移过来的,flyio支持小程序)
-
我按照官网 Engine 的示例写法实现:
```javascript
import Fly from 'flyio/dist/npm/wx'
var EngineWrapper = require('flyio/dist/engine-wrapper')
var adapter = require(myAdapterPath)
const fly = new Fly()
…
-
The LICENSE file is only needed if you have additional restrictions to
the GPL-3 which you have not? In that case omit the file and its
reference in the DESCRIPTION file.
You write information …
-
-
We have this query: `sum(increase(nodeproxy_http_response_time_histogram_seconds_bucket{app="349"}[10m])) by (le)`
For some reason, when querying over a 24h period and the step is set to certain v…
-
**问题描述**
uni-app在使用mockjs+axios,在web端显示正常,在安卓机上报错:
Uncaught (in promise) TypeError: XMLHttpRequest is not a constructor at node_modules/_axios@0.18.0@axios/lib/adapters/xhr.js:20
**复现步骤**
[复现问…
-
> Page[pages/index/main] not found. May be caused by: 1.forgot to add page route in app.json. 2.Invoking Page{} in async task.
> thirdScriptError
sdk uncaught third error
SyntaxError
line:16045,…
-
## Background
在微信客户端中用户发起 post 请求,返回 missing csrf token
在日志中发现 cookie 没有带上 csrfToken 导致 egg-security 中的 csrfToken 校验报错
https://github.com/eggjs/egg-security/blob/189064406befc7e284f67eb22d95aa1d130…