Ver código fonte

修正错别字

RuoYi 4 anos atrás
pai
commit
662dec2fe2

+ 1 - 1
ruoyi-gateway/src/main/java/com/ruoyi/gateway/handler/SentinelFallbackHandler.java

@@ -17,7 +17,7 @@ public class SentinelFallbackHandler implements WebExceptionHandler
17 17
 {
18 18
     private Mono<Void> writeResponse(ServerResponse response, ServerWebExchange exchange)
19 19
     {
20
-        return ServletUtils.webFluxResponseWriter(exchange.getResponse(), "请求超过最大数,请稍再试");
20
+        return ServletUtils.webFluxResponseWriter(exchange.getResponse(), "请求超过最大数,请稍再试");
21 21
     }
22 22
 
23 23
     @Override

+ 2 - 2
ruoyi-ui/src/layout/components/Settings/index.vue

@@ -162,7 +162,7 @@ export default {
162 162
       this.sideTheme = val;
163 163
     },
164 164
     saveSetting() {
165
-      this.$modal.loading("正在保存到本地,请稍...");
165
+      this.$modal.loading("正在保存到本地,请稍...");
166 166
       this.$cache.local.set(
167 167
         "layout-setting",
168 168
         `{
@@ -178,7 +178,7 @@ export default {
178 178
       setTimeout(this.$modal.closeLoading(), 1000)
179 179
     },
180 180
     resetSetting() {
181
-      this.$modal.loading("正在清除设置缓存并刷新,请稍...");
181
+      this.$modal.loading("正在清除设置缓存并刷新,请稍...");
182 182
       this.$cache.local.remove("layout-setting")
183 183
       setTimeout("window.location.reload()", 1000)
184 184
     }

+ 1 - 1
ruoyi-ui/src/utils/request.js

@@ -97,7 +97,7 @@ service.interceptors.response.use(res => {
97 97
 
98 98
 // 通用下载方法
99 99
 export function download(url, params, filename) {
100
-  downloadLoadingInstance = Loading.service({ text: "正在下载数据,请稍", spinner: "el-icon-loading", background: "rgba(0, 0, 0, 0.7)", })
100
+  downloadLoadingInstance = Loading.service({ text: "正在下载数据,请稍", spinner: "el-icon-loading", background: "rgba(0, 0, 0, 0.7)", })
101 101
   return service.post(url, params, {
102 102
     transformRequest: [(params) => { return tansParams(params) }],
103 103
     headers: { 'Content-Type': 'application/x-www-form-urlencoded' },

+ 2 - 2
ruoyi-ui/src/views/system/role/index.vue

@@ -199,7 +199,7 @@
199 199
             ref="menu"
200 200
             node-key="id"
201 201
             :check-strictly="!form.menuCheckStrictly"
202
-            empty-text="加载中,请稍"
202
+            empty-text="加载中,请稍"
203 203
             :props="defaultProps"
204 204
           ></el-tree>
205 205
         </el-form-item>
@@ -244,7 +244,7 @@
244 244
             ref="dept"
245 245
             node-key="id"
246 246
             :check-strictly="!form.deptCheckStrictly"
247
-            empty-text="加载中,请稍"
247
+            empty-text="加载中,请稍"
248 248
             :props="defaultProps"
249 249
           ></el-tree>
250 250
         </el-form-item>