新增是否开启页脚功能
This commit is contained in:
@ -30,9 +30,6 @@ public class Global
|
||||
/** 获取地址开关 */
|
||||
private static boolean addressEnabled;
|
||||
|
||||
/** 菜单导航显示风格 */
|
||||
private static String menuStyle;
|
||||
|
||||
public static String getName()
|
||||
{
|
||||
return name;
|
||||
@ -93,16 +90,6 @@ public class Global
|
||||
Global.addressEnabled = addressEnabled;
|
||||
}
|
||||
|
||||
public static String getMenuStyle()
|
||||
{
|
||||
return menuStyle;
|
||||
}
|
||||
|
||||
public void setMenuStyle(String menuStyle)
|
||||
{
|
||||
Global.menuStyle = menuStyle;
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取头像上传路径
|
||||
*/
|
||||
|
Reference in New Issue
Block a user