Skip to content

Commit

Permalink
Merge pull request #106 from hx23840/1.0
Browse files Browse the repository at this point in the history
fix: update user password,ui hint updatePassWord not found
  • Loading branch information
EchoXiaoLang authored Sep 2, 2022
2 parents 5f9a210 + 6183bd0 commit 42ff94d
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions dataintegration-ui/src/components/page/HomePage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,13 +171,13 @@
</template>

<script>
import {
selectGrantProject,
selectProjectByProjectName,
selectAllProject,
getAllBusinessModelPluginInfoByUserId,
loginOut,
} from '../../api/api.js'
import {
selectGrantProject,
selectProjectByProjectName,
selectAllProject,
getAllBusinessModelPluginInfoByUserId,
loginOut, updatePassWord,
} from '../../api/api.js'
import {
openFlow
} from '../../common/common.js'
Expand Down

0 comments on commit 42ff94d

Please sign in to comment.