mirror of
https://github.com/1024-lab/smart-admin.git
synced 2025-09-21 11:39:04 +00:00
v2.0代码提交
This commit is contained in:
7
smart_admin_v1/smart-admin-h5/src/api/user.js
Normal file
7
smart_admin_v1/smart-admin-h5/src/api/user.js
Normal file
@@ -0,0 +1,7 @@
|
||||
import { getAxios } from '@/lib/http';
|
||||
|
||||
export const userApi = {
|
||||
getSession: () => {
|
||||
return getAxios('/session/get');
|
||||
}
|
||||
};
|
Reference in New Issue
Block a user