Commit f6971834 authored by suhuiguang's avatar suhuiguang

1.20200716北京演示解决问题,marker选中不了

parent 9b7432a9
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -59,7 +59,7 @@ const defaultConfig = simpleConfig(config); ...@@ -59,7 +59,7 @@ const defaultConfig = simpleConfig(config);
defaultConfig.plugins.push( defaultConfig.plugins.push(
new HtmlInlineCodePlugin([ new HtmlInlineCodePlugin([
{ inject: 'body', begin: true, tag: 'script', attr: { src: '/extra/convertor3d/graphmod.js' } }, { inject: 'body', begin: true, tag: 'script', attr: { src: '/extra/convertor3d/graphmod.js' } },
{ inject: 'body', begin: false, tag: 'script', attr: { src: '/extra/convertor3d/worker.b4c7202d2c49d6cbf2a3.js' } } { inject: 'body', begin: false, tag: 'script', attr: { src: '/extra/convertor3d/worker.e1906a3436c9762655d1.js' } }
]) ])
); );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment