[更新]基础框架,登录流程
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user