This commit is contained in:
2021-09-13 08:39:46 +08:00
parent 3139f06bcc
commit 2846dac445
9 changed files with 75 additions and 705 deletions

View File

@@ -173,7 +173,11 @@ export default {
const date = new Date()
const fwzspwd = 'fwzspwd'
const ticket = this.$route.query.ticket
console.log(13, date.getMonth().padStart())
const dd = date
.getMonth()
.toString()
.padStart(2, '0')
console.log(13, dd)
const time =
date.getFullYear() +
'' +