Commit d5af6f28 by 徐健

Merge branch 'dev'

parents 5d887b4a e6ac4526
......@@ -45,9 +45,9 @@ ext {
"m-confide" : "0.0.29",
"m-consultant" : "0.0.41",
"m-course" : "0.0.26",
"m-course" : "0.0.28",
"m-fm" : "0.0.21",
"m-muse" : "0.0.15",
"m-muse" : "0.0.17",
"m-tests" : "0.0.12",
"m-user" : "0.0.34",
......@@ -251,7 +251,7 @@ ext {
"ydl-utils" : "com.ydl:ydl-utils:${ydlCompileVersion["ydl-utils"]}",
//flutter功能组件升级===>发布ydl-flutter组件===>引用flutter相关的业务模块
"ydl-flutter" : "com.ydl:ydl-flutter:0.0.14@aar",
"ydl-flutter" : "com.ydl:ydl-flutter:0.0.15@aar",
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform" : "com.ydl:ydl-platform:${ydlCompileVersion["ydl-platform"]}@aar",
......
......@@ -51,7 +51,7 @@ class FlutterCourseHomeFragment : BaseFlutterFragment() {
}
override fun initialRoute(): String {
return "native/course/home"
return "course/home"
}
override fun setUserVisibleHint(isVisibleToUser: Boolean) {
......
......@@ -15,7 +15,7 @@ import org.json.JSONObject
@Route(path = "/module/muse")
class MuseActivity : BaseFlutterActivity() {
override fun initialRoute(): String {
return "native/muse/home"
return "muse/home"
}
override fun initChannelPlugin(jsonObject: JSONObject) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment