新增neutrino-proxy-admin项目

This commit is contained in:
aoshiguchen
2022-07-23 13:47:10 +08:00
parent dfa5a61258
commit 770f67321c
240 changed files with 21298 additions and 4 deletions
@@ -0,0 +1,9 @@
import request from '@/utils/request'
export function userSearch(name) {
return request({
url: '/search/user',
method: 'get',
params: { name }
})
}