Skip to content

Commit 9a63219

Browse files
committed
修复社交登录的图床挂掉的问题
1 parent fae2d09 commit 9a63219

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/utils/constants.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,13 @@ export const SystemUserSocialTypeEnum = {
7575
title: "钉钉",
7676
type: 20,
7777
source: "dingtalk",
78-
img: "https://cdn.jsdelivr.net/gh/justauth/[email protected]/dingtalk.png",
78+
img: "https://s1.ax1x.com/2022/05/22/OzMDRs.png",
7979
},
8080
WECHAT_ENTERPRISE: {
8181
title: "企业微信",
8282
type: 30,
8383
source: "wechat_enterprise",
84-
img: "https://cdn.jsdelivr.net/gh/justauth/[email protected]/wechat_enterprise.png",
84+
img: "https://s1.ax1x.com/2022/05/22/OzMrzn.png",
8585
}
8686
}
8787

src/views/system/user/index.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
</el-col>
112112
<el-col :span="12">
113113
<el-form-item label="归属部门" prop="deptId">
114-
<treeselect v-model="form.deptId" :options="deptOptions" :show-count="true"
114+
<treeselect v-model="form.deptId" :options="deptOptions" :show-count="true" :clearable="false"
115115
placeholder="请选择归属部门" :normalizer="normalizer"/>
116116
</el-form-item>
117117
</el-col>

0 commit comments

Comments
 (0)