摘要:
GIT简记 git init git remote add origin http://xxx.com/xxx.git git pull origin master git status git add . git commit -m '修改日志' git push origin master 20 阅读全文
posted @ 2023-08-17 11:12
牛腩
阅读(15)
评论(0)
推荐(0)
摘要:
再次封装uni.request 看别人的uniapp代码时发现的,觉得蛮好用,自己试着用了下。。还行。。下面是代码: //common/lib/request.js //接口返回固定有code,msg,data, 其中code=0为成功 export default { //全局配置 common: 阅读全文
posted @ 2023-08-17 00:01
牛腩
阅读(102)
评论(3)
推荐(1)