Files
ClassContent/历届学生/front-end-team-11/项目开发/上课项目/vuecli2x/作业.txt
2024-09-27 02:06:13 +08:00

45 lines
1.1 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

冯文焌:
贡婉宝:
页面部分:
【冯文焌】1:首页
接口:http://127.0.0.1:3030/home/notice
页面编写 和 跳转
【贡婉宝】2:搜索
接口:http://127.0.0.1:3030/home/search
调用公共组件 item,传入数组
【冯文焌】3:详情
接口:http://127.0.0.1:3030/home/info
注意:按钮的状态 和 文字显示
【贡婉宝】4:我的页面
接口:http://127.0.0.1:3030/user/Statistics
注意:从本地读取用户信息,显示在页面上
注意:退出登录 点击 清除本地的 token, 然后跳转到首页
注意:需要登录才可以访问
【冯文焌】5:历史记录界面 (我的 进入)
接口:http://127.0.0.1:3030/user/history
接口:http://127.0.0.1:3030/user/changeStatus
注意:按钮阻止事件冒泡,按照写法来
【贡婉宝】6:个人信息
接口:http://127.0.0.1:3030/user/edit
注意:修改个人信息后,要重新覆盖更新本地用户信息
注意:接口参数其实就是 本地的 token
公共组件封装:
1:列表item,详情 我来写