允许页面可以自定义标题
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user