Skip to content

Commit 9db8e85

Browse files
committed
492919d:升级element-ui到最新版本2.15.12
1 parent fdde538 commit 9db8e85

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"core-js": "^3.26.0",
5050
"crypto-js": "^4.0.0",
5151
"echarts": "5.4.0",
52-
"element-ui": "2.15.10",
52+
"element-ui": "2.15.12",
5353
"file-saver": "2.0.5",
5454
"fuse.js": "6.6.2",
5555
"highlight.js": "9.18.5",

src/views/system/user/index.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,9 +364,9 @@ export default {
364364
created() {
365365
this.getList();
366366
this.getTreeselect();
367-
this.getConfigKey("sys.user.init-password").then(response => {
368-
this.initPassword = response.msg;
369-
});
367+
// this.getConfigKey("sys.user.init-password").then(response => {
368+
// this.initPassword = response.msg;
369+
// });
370370
},
371371
methods: {
372372
// 更多操作

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3999,10 +3999,10 @@ electron-to-chromium@^1.4.251:
39993999
resolved "https://registry.npmmirror.com/electron-to-chromium/-/electron-to-chromium-1.4.284.tgz"
40004000
integrity sha512-M8WEXFuKXMYMVr45fo8mq0wUrrJHheiKZf6BArTKk9ZBYCKJEOU5H8cdWgDT+qCVZf7Na4lVUaZsA+h6uA9+PA==
40014001

4002-
4003-
version "2.15.10"
4004-
resolved "https://registry.npmmirror.com/element-ui/-/element-ui-2.15.10.tgz"
4005-
integrity sha512-jmD++mU2wKXbisvx4fxOl2mHaU+HWHTAq/3Wf8x9Bwyu4GdDZPLABb+CGi3DWN6fPqdgRcd74aX39DO+YHObLw==
4002+
4003+
version "2.15.12"
4004+
resolved "https://registry.npmmirror.com/element-ui/-/element-ui-2.15.12.tgz#fdde927a54078b17a85541ff7c0f0dad32488b8e"
4005+
integrity sha512-Y5FMT2BPOindU2GkDEQ5ZKUVxDawKONRNMh2eL3uBx1FOtvUJ+L6IxXLVsNxq4WnaX/UnVNgWXebl7DobygZMg==
40064006
dependencies:
40074007
async-validator "~1.8.1"
40084008
babel-helper-vue-jsx-merge-props "^2.0.0"

0 commit comments

Comments
 (0)