Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Y
YDL-Component-Medical
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
杨凯
YDL-Component-Medical
Commits
d5af6f28
Commit
d5af6f28
authored
Nov 25, 2019
by
徐健
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev'
parents
5d887b4a
e6ac4526
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
config.gradle
config.gradle
+3
-3
FlutterCourseHomeFragment.kt
m-course/src/main/java/com/yidianling/course/FlutterCourseHomeFragment.kt
+1
-1
MuseActivity.kt
m-muse/src/main/java/com/yidianling/muse/activity/MuseActivity.kt
+1
-1
No files found.
config.gradle
View file @
d5af6f28
...
...
@@ -45,9 +45,9 @@ ext {
"m-confide"
:
"0.0.29"
,
"m-consultant"
:
"0.0.41"
,
"m-course"
:
"0.0.2
6
"
,
"m-course"
:
"0.0.2
8
"
,
"m-fm"
:
"0.0.21"
,
"m-muse"
:
"0.0.1
5
"
,
"m-muse"
:
"0.0.1
7
"
,
"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.1
4
@aar"
,
"ydl-flutter"
:
"com.ydl:ydl-flutter:0.0.1
5
@aar"
,
//基础组件 <<--- 先发这个,发完改这里的版本号
"ydl-platform"
:
"com.ydl:ydl-platform:${ydlCompileVersion["
ydl
-
platform
"]}@aar"
,
...
...
m-course/src/main/java/com/yidianling/course/FlutterCourseHomeFragment.kt
View file @
d5af6f28
...
...
@@ -51,7 +51,7 @@ class FlutterCourseHomeFragment : BaseFlutterFragment() {
}
override
fun
initialRoute
():
String
{
return
"
native/
course/home"
return
"course/home"
}
override
fun
setUserVisibleHint
(
isVisibleToUser
:
Boolean
)
{
...
...
m-muse/src/main/java/com/yidianling/muse/activity/MuseActivity.kt
View file @
d5af6f28
...
...
@@ -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
)
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment