From c834537aadb80baad341eaf26ec6d88d41b5f7c5 Mon Sep 17 00:00:00 2001 From: king <18310653075@163.com> Date: 星期四, 14 一月 2021 21:25:09 +0800 Subject: [PATCH] 2021-01-14 --- src/utils/utils.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/utils/utils.js b/src/utils/utils.js index 36e8fda..f97d965 100644 --- a/src/utils/utils.js +++ b/src/utils/utils.js @@ -48,6 +48,7 @@ for (let i = 0; i < 6; i++) { name.push(_options.substr(Math.floor(Math.random() * 26), 1)) } + name.splice(3, 0, new Date().getTime()) return name.join('') } -- Gitblit v1.8.0