This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
AI开发
Register
Sign In
hummingbird
/
Dubhe
Not watched
Unwatch
Watch all
Watch but not notify
2
Star
0
Fork
0
Code
Releases
5
Wiki
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
Browse Source
国际化
pull/12/head
高森
4 years ago
parent
e086a39894
commit
ba9a540d0c
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
webapp/src/views/resetpassword.vue
+ 2
- 1
webapp/src/views/resetpassword.vue
View File
@@ -218,7 +218,8 @@ export default {
this.loading = false;
this.resetForm();
this.$notify({
title: '密码修改成功',
title:
this.$i18n.locale === 'en' ? 'Password modified successfully' : '密码修改成功',
type: 'success',
duration: 1500,
});
Write
Preview
Loading…
Cancel
Save