#### HTTP注意事项
APP项目中 所有的接口请求 写成函数 放入 src / service 中

引入 调用
import { Login } from'@/service/user';

