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
114114
115115- [ Table 重封装组件] ( https://github.com/sendya/ant-design-pro-vue/blob/master/src/components/table/README.md )
116116
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 )
118118
119119- 其他待补充...
120120
Original file line number Diff line number Diff line change 244244 loginSuccess () {
245245 this .loginBtn = false
246246 this .$router .push ({ name: " dashboard" })
247- this .$message .success (timeFix () + ' ,欢迎回来' , 3 )
247+ this .$notification .success ({
248+ message: ' 欢迎' ,
249+ description: ` ${ timeFix ()} ,欢迎回来` ,
250+ });
248251 },
249252 requestFailed (err ) {
250253 this .$notification [ ' error' ]({
You can’t perform that action at this time.
0 commit comments