采纳答案成功!
向帮助你的同学说点啥吧!感谢那些助人为乐的人
同学你好
getter 中写错了
getColumns: (state) => { // 你写成了 objToArr(state.columns) // 这里应该是其中的 data 属性 return objToArr(state.columns.data) },
老师,能再帮我看看嘛,现在有界面了但好像还是登录不上去,注册能成功,登录的时候会报这个错Failed to load resource: the server responded with a status of 404 () 地址:https://git.imooc.com/polaris-ggg/zheye.git
login 的请求方式写错了,应该是 post,你这里是默认的 get,所以应该是: 在 store - 175行 login ({ commit }, payload) { return asyncAndCommit('/user/login', 'login', commit, { method: 'post', data: payload }) },
回复 张轩:解决了,谢谢老师
你的源代码是不是 store 的 index 文件没有提交上来?现在会报错,找不到 store
哦哦,是的忘记提交了现在提交了https://git.imooc.com/polaris-ggg/zheye.git
因为这个是运行时错误,在运行的时候才能发现,不是静态类型错误,所以本地没有任何的提示。
可以吧源代码(git)发给我,我在本地帮你看下。
https://git.imooc.com/polaris-ggg/zheye.git
地址是这个https://git.imooc.com/polaris-ggg/zheye.git
登录后可查看更多问答,登录/注册
带你完成前后端分离复杂项目,率先掌握 vue3 造轮子技能
1.5k 2
1.2k 2
793 17
1.3k 17
1.8k 15