公告板
版本库
filestore
活动
搜索
登录
张先祾
/
nongtou-uni
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
移除unpackage文件
peng
22 小时以前
4e504b96d245a0c0e4a7b7ff49441a39f31f048c
[~zxl/nongtou-uni.git]
/
api
/
user
/
user.js
1
2
3
4
5
6
7
8
import http from '@/utils/request.js'
export const getInfo = () => {
return http.request({
url: '/getInfo',
method: 'get'
})
}