|
@@ -1,8 +1,9 @@
|
|
//index.js
|
|
//index.js
|
|
//获取应用实例
|
|
//获取应用实例
|
|
const app = getApp()
|
|
const app = getApp()
|
|
-import { groupInit } from '../../component/group/group';
|
|
|
|
|
|
+
|
|
import { hotInit } from '../../component/hot/hot';
|
|
import { hotInit } from '../../component/hot/hot';
|
|
|
|
+import { groupInit } from '../../component/group/group';
|
|
import { myInit } from '../../component/my/my';
|
|
import { myInit } from '../../component/my/my';
|
|
import { followInit } from '../../component/follow/follow';
|
|
import { followInit } from '../../component/follow/follow';
|
|
// import '../../utils/hls';
|
|
// import '../../utils/hls';
|