mirror of
https://gitee.com/lab1024/smart-admin.git
synced 2025-11-09 20:23:50 +08:00
优化h5项目
This commit is contained in:
7
smart-admin-h5/src/api/user.js
Normal file
7
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