From 07590f30f634d3953e7aeea0f4f211cf6d9e884a Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期日, 05 二月 2023 12:15:43 +0800 Subject: [PATCH] update 优化 用户头像 改为存储 ossId 使用转换模块转为 url 展示 --- ruoyi-ui/src/views/system/oss/config.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/ruoyi-ui/src/views/system/oss/config.vue b/ruoyi-ui/src/views/system/oss/config.vue index 4b3efde..d045715 100644 --- a/ruoyi-ui/src/views/system/oss/config.vue +++ b/ruoyi-ui/src/views/system/oss/config.vue @@ -189,7 +189,7 @@ export default { name: "OssConfig", - dicts: ['sys_yes_no', 'sys_normal_disable'], + dicts: ['sys_yes_no'], data() { return { // 鎸夐挳loading -- Gitblit v1.9.3