This commit is contained in:
USER-20220102CG\noblelift
2022-09-28 17:14:06 +08:00
parent 8b53c48ed5
commit 0a8796fc97
24 changed files with 283 additions and 245 deletions

View File

@@ -248,8 +248,8 @@ export default {
// 编辑的是code列,并且值包含mode
if (data.code.indexOf('mode') !== -1) {
const dbValue = data.db
//取前面字符串
const beforeStr = dbValue.substring(0,5)
// 取前面字符串
const beforeStr = dbValue.substring(0, 5)
// 取最后数字
const endNumber = dbValue.substring(5)
// 最后为非数字