feat:菜单新增内链打开外网方式

This commit is contained in:
不做码农
2022-06-16 20:51:18 +08:00
parent 42c4ec914c
commit d37a1ffbd5
3 changed files with 50 additions and 16 deletions

View File

@@ -56,7 +56,8 @@ namespace ZR.Model.System
public static string LAYOUT = "Layout";
/** ParentView组件标识 */
public static string PARENT_VIEW = "ParentView";
/** InnerLink组件标识 */
public static string INNER_LINK = "InnerLink";
/** 校验返回结果码 */
public static string UNIQUE = "0";
public static string NOT_UNIQUE = "1";