spencer1994 / mpvue-cli

对mpvue官方quick-start的模版的开发基础搭建。
58 stars 9 forks source link

flyio封装请求函数报错 #7

Closed douhaoi closed 6 years ago

douhaoi commented 6 years ago

error in ./src/store/flyio/request.js

http://eslint.org/docs/rules/no-undef '_tipConfig' is not defined src\store\flyio\request.js:52:42 setTimeout(() => { errorFunction( _tipConfig, res) }, 0) ^

http://eslint.org/docs/rules/no-undef '_tipConfig' is not defined src\store\flyio\request.js:55:40 setTimeout(() => { errorFunction(_tipConfig, err) }, 0)

douhaoi commented 6 years ago

删除那个参数就没问题了

spencer1994 commented 6 years ago

@douhaoi 啊不好意思,字段复制错了。把两个项目搞混了,将_tipConfig改成tipConfig就好了。

douhaoi commented 6 years ago

ok

spencer1994 commented 6 years ago

@douhaoi 我修改了,麻烦你自己改一下了。