Skip to content

Commit 55cc883

Browse files
author
human
committed
fix: 修复缓存情况下titlebar异常的问题
1 parent 51cc746 commit 55cc883

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/webpack-plugin/lib/dependencies/RecordPageConfigsMapDependency.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class RecordPageConfigMapDependency extends NullDependency {
2929

3030
deserialize (context) {
3131
const { read } = context
32-
this.pagePath = read()
32+
this.resourcePath = read()
3333
this.jsonObj = read()
3434
super.deserialize(context)
3535
}

0 commit comments

Comments
 (0)