摘要: 4.api模块化配置 步骤一:编写字典api即dic.js import request from '@/utils/request' // 查询字典列表 export const getDicList = (param) => request({ url: '/sys-dictionary/que 阅读全文
posted @ 2023-03-11 16:14 李东平|一线码农 阅读(233) 评论(0) 推荐(0) 编辑
摘要: 1.背景 百度脑图链接:http://naotu.baidu.com/file/26ee2d8db38ad67e9905ae065bb0445e?token=e538157034f38f0d 1.1.为什么要讲这课程 跟上时代.... 虽然我们主要讲解的课程是java后端课程... 但是很多技术是设 阅读全文
posted @ 2023-03-11 16:14 李东平|一线码农 阅读(104) 评论(0) 推荐(0) 编辑
摘要: 6.用户模块 用户模块api import request from '@/utils/request' export function login(data) { return request({ url: '/sys-user/login', method: 'post', data })} e 阅读全文
posted @ 2023-03-11 15:58 李东平|一线码农 阅读(209) 评论(0) 推荐(0) 编辑