File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -114,7 +114,7 @@ yarn run lint
114
114
115
115
- [ Table 重封装组件] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/components/table/README.md )
116
116
117
- - [ ANTD 默认配置项] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/defaultConfig .js )
117
+ - [ ANTD 默认配置项] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/defaultSettings .js )
118
118
119
119
- 其他待补充...
120
120
Original file line number Diff line number Diff line change 244
244
loginSuccess () {
245
245
this .loginBtn = false
246
246
this .$router .push ({ name: " dashboard" })
247
- this .$message .success (timeFix () + ' ,欢迎回来' , 3 )
247
+ this .$notification .success ({
248
+ message: ' 欢迎' ,
249
+ description: ` ${ timeFix ()} ,欢迎回来` ,
250
+ });
248
251
},
249
252
requestFailed (err ) {
250
253
this .$notification [ ' error' ]({
You can’t perform that action at this time.
0 commit comments