Browse Source

1.用户管理重置密码提示改为:是否确认将此用户密码重置为默认密码xdmy@1234?

duanxiaoduan 1 year ago
parent
commit
b4431994a6
3 changed files with 1 additions and 1 deletions
  1. BIN
      dist.zip
  2. 0 0
      dist/index.html
  3. 1 1
      src/views/console/user/index.vue

BIN
dist.zip


File diff suppressed because it is too large
+ 0 - 0
dist/index.html


+ 1 - 1
src/views/console/user/index.vue

@@ -690,7 +690,7 @@ export default {
       this.$set(this.dataform, 'position', item.position)
     },
     handleResetPassword(row) {
-      MessageBox.confirm('是否确认将此用户密码重置为默认密码123456?', {
+      MessageBox.confirm('是否确认将此用户密码重置为默认密码xdmy@1234?', {
         confirmButtonText: '确认', cancelButtonText: '取消', type: 'warning'
       }).then(() => {
         this.requestParam.name = 'initPassword'

Some files were not shown because too many files changed in this diff