RuoYi
2021-10-25 662dec2fe2f57d9f35c8effd2b7292e3eee92fc3
修正错别字
4 files modified
12 ■■■■ changed files
ruoyi-gateway/src/main/java/com/ruoyi/gateway/handler/SentinelFallbackHandler.java 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/layout/components/Settings/index.vue 4 ●●●● patch | view | raw | blame | history
ruoyi-ui/src/utils/request.js 2 ●●● patch | view | raw | blame | history
ruoyi-ui/src/views/system/role/index.vue 4 ●●●● patch | view | raw | blame | history
ruoyi-gateway/src/main/java/com/ruoyi/gateway/handler/SentinelFallbackHandler.java
@@ -17,7 +17,7 @@
{
    private Mono<Void> writeResponse(ServerResponse response, ServerWebExchange exchange)
    {
        return ServletUtils.webFluxResponseWriter(exchange.getResponse(), "请求超过最大数,请稍后再试");
        return ServletUtils.webFluxResponseWriter(exchange.getResponse(), "请求超过最大数,请稍候再试");
    }
    @Override
ruoyi-ui/src/layout/components/Settings/index.vue
@@ -162,7 +162,7 @@
      this.sideTheme = val;
    },
    saveSetting() {
      this.$modal.loading("正在保存到本地,请稍后...");
      this.$modal.loading("正在保存到本地,请稍候...");
      this.$cache.local.set(
        "layout-setting",
        `{
@@ -178,7 +178,7 @@
      setTimeout(this.$modal.closeLoading(), 1000)
    },
    resetSetting() {
      this.$modal.loading("正在清除设置缓存并刷新,请稍后...");
      this.$modal.loading("正在清除设置缓存并刷新,请稍候...");
      this.$cache.local.remove("layout-setting")
      setTimeout("window.location.reload()", 1000)
    }
ruoyi-ui/src/utils/request.js
@@ -97,7 +97,7 @@
// 通用下载方法
export function download(url, params, filename) {
  downloadLoadingInstance = Loading.service({ text: "正在下载数据,请稍后", spinner: "el-icon-loading", background: "rgba(0, 0, 0, 0.7)", })
  downloadLoadingInstance = Loading.service({ text: "正在下载数据,请稍候", spinner: "el-icon-loading", background: "rgba(0, 0, 0, 0.7)", })
  return service.post(url, params, {
    transformRequest: [(params) => { return tansParams(params) }],
    headers: { 'Content-Type': 'application/x-www-form-urlencoded' },
ruoyi-ui/src/views/system/role/index.vue
@@ -199,7 +199,7 @@
            ref="menu"
            node-key="id"
            :check-strictly="!form.menuCheckStrictly"
            empty-text="加载中,请稍后"
            empty-text="加载中,请稍候"
            :props="defaultProps"
          ></el-tree>
        </el-form-item>
@@ -244,7 +244,7 @@
            ref="dept"
            node-key="id"
            :check-strictly="!form.deptCheckStrictly"
            empty-text="加载中,请稍后"
            empty-text="加载中,请稍候"
            :props="defaultProps"
          ></el-tree>
        </el-form-item>