Merge branch 'dev' of http://git.sinoecare.com/sinoecare/digital_village_v2/dvcp_v2_wechat_app into dev
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class PageBase {
|
||||
constructor(path, vue) {
|
||||
this.path = path
|
||||
this.name = path.replace(/.*\\([^\\]+).vue/g, '$1')
|
||||
this.name = path.replace(/.*[\\\/]([^\\\/]+)$/g, '$1')
|
||||
this.init(vue)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user