函数清单
函数名 | 说明 | 参数 | 使用方法 |
---|---|---|---|
setTheme | 设置主题 | theme主题名称(默认white-blue ) | window.gui.setTheme() |
getTheme | 获取当前主题 | 返回当前主题 | window.gui.getTheme() |
setAjaxConfig | 设置ajax请求配置 | key(项目标识) 、sysCode(系统编码) 、appType(应用类型默认pc ) 、tokenName(token名称默认gt-token ) 、token(token值) | window.gui.setAjaxConfig() |