添加左侧面板实现

This commit is contained in:
tongchenfei
2020-07-06 20:14:31 +08:00
parent ad11ae5db1
commit 139de2a0f2
25 changed files with 340 additions and 3 deletions

View File

@@ -191,5 +191,15 @@ public class MogoServicePaths {
@Deprecated
public static final String PATH_OBU = "/obu/api";
/**
* 事件面板
*/
@Deprecated
public static final String PATH_EVENT_PANEL = "/event/panel";
/**
* 左侧面板
*/
@Deprecated
public static final String PATH_LEFT_PANEL = "/left/panel";
}