合并为一个项目 #14

Merged
xiaohai2271 merged 56 commits from issue11 into master 2020-05-16 22:35:08 +08:00
Showing only changes of commit 042c4d4fda - Show all commits

View File

@@ -33,7 +33,7 @@ export class ComponentStateService {
const prefix = path.substr(0, indexOf === 0 ? path.length : indexOf);
this.dealWithPathChange(prefix)
this.currentPath = prefix;
subscriber.next(prefix)
if (subscriber) subscriber.next(prefix)
});
return ob;
}