code.js 513 B

123456789101112131415161718192021
  1. /*
  2. * @Author : LQ
  3. * @Description :
  4. * @version : 1.0
  5. * @Date : 2021-08-20 16:44:21
  6. * @LastAuthor : LQ
  7. * @lastTime : 2021-08-20 16:55:27
  8. * @FilePath : /uview-plus/libs/config/props/code.js
  9. */
  10. import { t } from '../../libs/i18n'
  11. export default {
  12. // code 组件
  13. code: {
  14. seconds: 60,
  15. startText: t("up.code.send"),
  16. changeText: t("up.code.resendAfter"),
  17. endText: t("up.code.resend"),
  18. keepRunning: false,
  19. uniqueKey: ''
  20. }
  21. }