update uuid

This commit is contained in:
jiahao
2020-05-16 15:20:06 +08:00
parent 65f5b529bf
commit f0432e4c42
28 changed files with 98 additions and 151 deletions

View File

@ -99,6 +99,8 @@ import { deepClone } from '@jiaminghi/c-render/lib/plugin/util'
import { fade } from '@jiaminghi/color'
import { getUuid } from '../../../util'
export default {
name: 'DvBorderBox12',
mixins: [autoResize],
@ -113,12 +115,7 @@ export default {
}
},
data () {
let d = new Date().getTime();
const uuid = 'xxxxxxxx-xxxx-4xxx-yxxx-xxxxxxxxxxxx'.replace(/[xy]/g, function(c) {
var r = (d + Math.random()*16)%16 | 0;
d = Math.floor(d/16);
return (c=='x' ? r : (r&0x7|0x8)).toString(16);
});
const uuid = getUuid();
return {
ref: 'border-box-12',
filterId: `borderr-box-12-filterId-${uuid}`,