fix: 修改 endpoint state的参数名

This commit is contained in:
zhangyu
2021-08-27 11:05:02 +08:00
parent a520ea1e8a
commit e4b998f5ee
10 changed files with 2 additions and 13 deletions

View File

@@ -192,7 +192,6 @@ export default {
this.object.name = this.object.name + '-copy'
if (this.object.name.length > 64) {
const length = this.object.name.length - 64
console.log(length, this.object.name.length, u.name.length)
this.object.name = u.name.substring(0, u.name.length - length) + '-copy'
}
}