This commit is contained in:
yanran200730
2022-11-11 09:38:55 +08:00

View File

@@ -32,6 +32,10 @@ class PageBase {
this.label = appName.replace(/(appName:|["'])/g, '')?.trim() this.label = appName.replace(/(appName:|["'])/g, '')?.trim()
} }
} }
setName(name) {
this.name = name
}
} }
module.exports = PageBase module.exports = PageBase