[新增]增加了直播列表

This commit is contained in:
唐明明
2020-12-30 11:50:55 +08:00
parent 49a7bade36
commit aa90f73d69
9 changed files with 96 additions and 24 deletions

View File

@@ -15,6 +15,7 @@ import company from "./interfaces/company"
import companyModule from "./interfaces/home"
import ticket from "./interfaces/ticket"
import address from "./interfaces/address"
import live from "./interfaces/live"
export default{
publics,
@@ -28,5 +29,6 @@ export default{
company,
companyModule,
ticket,
address
address,
live
}