Commit 8a7dcf8a authored by RuoYi's avatar RuoYi

修正错别字

parent 0c30ffa1
......@@ -27,5 +27,5 @@ public @interface RepeatSubmit
/**
* 提示消息
*/
public String message() default "不允许重复提交,请稍再试";
public String message() default "不允许重复提交,请稍再试";
}
......@@ -61,7 +61,7 @@ public class RateLimiterAspect
Long number = redisTemplate.execute(limitScript, keys, count, time);
if (StringUtils.isNull(number) || number.intValue() > count)
{
throw new ServiceException("访问过于频繁,请稍再试");
throw new ServiceException("访问过于频繁,请稍再试");
}
log.info("限制请求'{}',当前请求'{}',缓存key'{}'", count, number.intValue(), key);
}
......@@ -71,7 +71,7 @@ public class RateLimiterAspect
}
catch (Exception e)
{
throw new RuntimeException("服务器限流异常,请稍再试");
throw new RuntimeException("服务器限流异常,请稍再试");
}
}
......
......@@ -162,7 +162,7 @@ export default {
this.sideTheme = val;
},
saveSetting() {
this.$modal.loading("正在保存到本地,请稍...");
this.$modal.loading("正在保存到本地,请稍...");
this.$cache.local.set(
"layout-setting",
`{
......@@ -178,7 +178,7 @@ export default {
setTimeout(this.$modal.closeLoading(), 1000)
},
resetSetting() {
this.$modal.loading("正在清除设置缓存并刷新,请稍...");
this.$modal.loading("正在清除设置缓存并刷新,请稍...");
this.$cache.local.remove("layout-setting")
setTimeout("window.location.reload()", 1000)
}
......
......@@ -590,7 +590,7 @@
<li>修复表格时间为空出现的异常</li>
<li>添加Jackson日期反序列化时区配置</li>
<li>调整根据用户权限加载菜单数据树形结构</li>
<li>调整成功登不恢复按钮,防止多次点击</li>
<li>调整成功登不恢复按钮,防止多次点击</li>
<li>修改用户个人资料同步缓存信息</li>
<li>修复页面同时出现el-upload和Editor不显示处理</li>
<li>修复在角色管理页修改菜单权限偶尔未选中问题</li>
......
......@@ -139,7 +139,7 @@ export default {
},
// 打开加载层
openLoading() {
this.$modal.loading("正在加载缓存监控数据,请稍");
this.$modal.loading("正在加载缓存监控数据,请稍");
},
},
};
......
......@@ -196,7 +196,7 @@ export default {
},
// 打开加载层
openLoading() {
this.$modal.loading("正在加载服务监控数据,请稍");
this.$modal.loading("正在加载服务监控数据,请稍");
}
}
};
......
......@@ -200,7 +200,7 @@
ref="menu"
node-key="id"
:check-strictly="!form.menuCheckStrictly"
empty-text="加载中,请稍"
empty-text="加载中,请稍"
:props="defaultProps"
></el-tree>
</el-form-item>
......@@ -245,7 +245,7 @@
ref="dept"
node-key="id"
:check-strictly="!form.deptCheckStrictly"
empty-text="加载中,请稍"
empty-text="加载中,请稍"
:props="defaultProps"
></el-tree>
</el-form-item>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment