为了账号安全,请及时绑定邮箱和手机立即绑定

vuex中怎样使用axios?

vuex中怎样使用axios?

PIPIONE 2019-02-05 18:09:32
index.jsimport { post, get } from './axios.js'let getList = function index (params) {  return get('http://localhost/blog/public/index.php/api/home', params) }export default {getList}actions.jsimport { getList } from '../api/index.js'getLists (val) {     getList.then(res => {      console.log(res)     }) }api文件里面有一个getList方法 现在我想在vuex的action.js中使用这个getList方法应该怎么办呢?现在这样提示 "export 'getList' was not found in '../api/index.js'
查看完整描述

1 回答

?
翻过高山走不出你

TA贡献1875条经验 获得超3个赞

把default去了。。

查看完整回答
反对 回复 2019-02-05
  • 1 回答
  • 0 关注
  • 979 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信