Explorar o código

fix:解决租户字典关闭按钮404问题

xuezizhuo hai 1 ano
pai
achega
783571ece3
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruoyi-ui/src/views/system/tenant/dict/data.vue

+ 1 - 1
ruoyi-ui/src/views/system/tenant/dict/data.vue

@@ -326,7 +326,7 @@ export default {
     },
     /** 返回按钮操作 */
     handleClose() {
-      const obj = { path: "/system/dict" };
+      const obj = { path: "/system/tenantDict" };
       this.$tab.closeOpenPage(obj);
     },
     /** 重置按钮操作 */