路径规划

This commit is contained in:
zhangyuanzhen
2020-01-09 20:28:28 +08:00
parent eb086cd74a
commit 22f49276a1
19 changed files with 384 additions and 9 deletions

View File

@@ -42,7 +42,7 @@ public class MogoModulePaths {
* 搜索页面模块实例化路径
*/
@Keep
public static final String PATH_MODULE_SEARCH= "navi/search/ui";
public static final String PATH_MODULE_SEARCH= "/navi/search/ui";
/**
* 搜索页面Activity实例化路径
@@ -58,6 +58,16 @@ public class MogoModulePaths {
public static final String PATH_FRAGMENT_SEARCH = "/navi/search";
/**
* 搜索 fragment
*/
@Keep
public static final String PATH_FRAGMENT_CHOOSE_PAHT = "/navi/search";
/**
* 按类别搜索 fragment
*/