优化h5项目

This commit is contained in:
zhuoda
2021-01-10 20:21:30 +08:00
parent 7e580440f0
commit 606e763126
61 changed files with 878 additions and 923 deletions

View File

@@ -0,0 +1,7 @@
import { getAxios } from '@/lib/http';
export const userApi = {
getSession: () => {
return getAxios('/session/get');
}
};