mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:48:45 +08:00
chore: 修复 gh-pages 编译报错
This commit is contained in:
parent
4cd472f719
commit
62aba569b4
@ -16,6 +16,9 @@ const versionHash = fis.util.md5(package.version);
|
||||
Resource.extend({
|
||||
buildResourceMap: function () {
|
||||
const resourceMap = this.__super();
|
||||
if (resourceMap === '') {
|
||||
return '';
|
||||
}
|
||||
|
||||
const map = JSON.parse(resourceMap.substring(20, resourceMap.length - 2));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user