[更新]基础框架,登录流程

This commit is contained in:
唐明明
2020-12-27 09:54:49 +08:00
parent 286f8111bd
commit 49275bc648
125 changed files with 2611 additions and 167 deletions

View File

@@ -3,12 +3,28 @@
* 接口路由
*/
import file from "./interfaces/file"
import auth from "./interfaces/auth"
import video from "./interfaces/video"
import publics from "./interfaces/public"
import auth from "./interfaces/auth"
import file from "./interfaces/file"
import user from "./interfaces/user"
import video from "./interfaces/video"
import card from "./interfaces/card"
import mall from "./interfaces/mall"
import order from "./interfaces/order"
import company from "./interfaces/company"
import home from "./interfaces/home"
import ticket from "./interfaces/ticket"
export default{
file,
publics,
auth,
video
file,
user,
video,
card,
mall,
order,
company,
home,
ticket
}