作者 RuoYi

修正错别字

@@ -27,5 +27,5 @@ public @interface RepeatSubmit @@ -27,5 +27,5 @@ public @interface RepeatSubmit
27 /** 27 /**
28 * 提示消息 28 * 提示消息
29 */ 29 */
30 - public String message() default "不允许重复提交,请稍再试"; 30 + public String message() default "不允许重复提交,请稍再试";
31 } 31 }
@@ -61,7 +61,7 @@ public class RateLimiterAspect @@ -61,7 +61,7 @@ public class RateLimiterAspect
61 Long number = redisTemplate.execute(limitScript, keys, count, time); 61 Long number = redisTemplate.execute(limitScript, keys, count, time);
62 if (StringUtils.isNull(number) || number.intValue() > count) 62 if (StringUtils.isNull(number) || number.intValue() > count)
63 { 63 {
64 - throw new ServiceException("访问过于频繁,请稍再试"); 64 + throw new ServiceException("访问过于频繁,请稍再试");
65 } 65 }
66 log.info("限制请求'{}',当前请求'{}',缓存key'{}'", count, number.intValue(), key); 66 log.info("限制请求'{}',当前请求'{}',缓存key'{}'", count, number.intValue(), key);
67 } 67 }
@@ -71,7 +71,7 @@ public class RateLimiterAspect @@ -71,7 +71,7 @@ public class RateLimiterAspect
71 } 71 }
72 catch (Exception e) 72 catch (Exception e)
73 { 73 {
74 - throw new RuntimeException("服务器限流异常,请稍再试"); 74 + throw new RuntimeException("服务器限流异常,请稍再试");
75 } 75 }
76 } 76 }
77 77
@@ -162,7 +162,7 @@ export default { @@ -162,7 +162,7 @@ export default {
162 this.sideTheme = val; 162 this.sideTheme = val;
163 }, 163 },
164 saveSetting() { 164 saveSetting() {
165 - this.$modal.loading("正在保存到本地,请稍..."); 165 + this.$modal.loading("正在保存到本地,请稍...");
166 this.$cache.local.set( 166 this.$cache.local.set(
167 "layout-setting", 167 "layout-setting",
168 `{ 168 `{
@@ -178,7 +178,7 @@ export default { @@ -178,7 +178,7 @@ export default {
178 setTimeout(this.$modal.closeLoading(), 1000) 178 setTimeout(this.$modal.closeLoading(), 1000)
179 }, 179 },
180 resetSetting() { 180 resetSetting() {
181 - this.$modal.loading("正在清除设置缓存并刷新,请稍..."); 181 + this.$modal.loading("正在清除设置缓存并刷新,请稍...");
182 this.$cache.local.remove("layout-setting") 182 this.$cache.local.remove("layout-setting")
183 setTimeout("window.location.reload()", 1000) 183 setTimeout("window.location.reload()", 1000)
184 } 184 }
@@ -590,7 +590,7 @@ @@ -590,7 +590,7 @@
590 <li>修复表格时间为空出现的异常</li> 590 <li>修复表格时间为空出现的异常</li>
591 <li>添加Jackson日期反序列化时区配置</li> 591 <li>添加Jackson日期反序列化时区配置</li>
592 <li>调整根据用户权限加载菜单数据树形结构</li> 592 <li>调整根据用户权限加载菜单数据树形结构</li>
593 - <li>调整成功登不恢复按钮,防止多次点击</li> 593 + <li>调整成功登不恢复按钮,防止多次点击</li>
594 <li>修改用户个人资料同步缓存信息</li> 594 <li>修改用户个人资料同步缓存信息</li>
595 <li>修复页面同时出现el-upload和Editor不显示处理</li> 595 <li>修复页面同时出现el-upload和Editor不显示处理</li>
596 <li>修复在角色管理页修改菜单权限偶尔未选中问题</li> 596 <li>修复在角色管理页修改菜单权限偶尔未选中问题</li>
@@ -139,7 +139,7 @@ export default { @@ -139,7 +139,7 @@ export default {
139 }, 139 },
140 // 打开加载层 140 // 打开加载层
141 openLoading() { 141 openLoading() {
142 - this.$modal.loading("正在加载缓存监控数据,请稍!"); 142 + this.$modal.loading("正在加载缓存监控数据,请稍!");
143 }, 143 },
144 }, 144 },
145 }; 145 };
@@ -196,7 +196,7 @@ export default { @@ -196,7 +196,7 @@ export default {
196 }, 196 },
197 // 打开加载层 197 // 打开加载层
198 openLoading() { 198 openLoading() {
199 - this.$modal.loading("正在加载服务监控数据,请稍!"); 199 + this.$modal.loading("正在加载服务监控数据,请稍!");
200 } 200 }
201 } 201 }
202 }; 202 };
@@ -200,7 +200,7 @@ @@ -200,7 +200,7 @@
200 ref="menu" 200 ref="menu"
201 node-key="id" 201 node-key="id"
202 :check-strictly="!form.menuCheckStrictly" 202 :check-strictly="!form.menuCheckStrictly"
203 - empty-text="加载中,请稍" 203 + empty-text="加载中,请稍"
204 :props="defaultProps" 204 :props="defaultProps"
205 ></el-tree> 205 ></el-tree>
206 </el-form-item> 206 </el-form-item>
@@ -245,7 +245,7 @@ @@ -245,7 +245,7 @@
245 ref="dept" 245 ref="dept"
246 node-key="id" 246 node-key="id"
247 :check-strictly="!form.deptCheckStrictly" 247 :check-strictly="!form.deptCheckStrictly"
248 - empty-text="加载中,请稍" 248 + empty-text="加载中,请稍"
249 :props="defaultProps" 249 :props="defaultProps"
250 ></el-tree> 250 ></el-tree>
251 </el-form-item> 251 </el-form-item>