提交 baaad94d authored 作者: lihuihui's avatar lihuihui

update

上级 7a717be4
...@@ -35,7 +35,6 @@ const store = new Vuex.Store({ ...@@ -35,7 +35,6 @@ const store = new Vuex.Store({
actions: { actions: {
getUser({ commit }) { getUser({ commit }) {
getUser().then(response => { getUser().then(response => {
debugger
commit('setUser', response) commit('setUser', response)
}) })
}, },
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论