Commit 98de95a9 authored by 高东东's avatar 高东东

修改readme

parent 6a99df55
...@@ -25,12 +25,12 @@ npm run build-mod ...@@ -25,12 +25,12 @@ npm run build-mod
);` );`
``` ```
5.修改文件graphmod 将 webpack_require__.p修改为第3步放置的路径 5.修改文件graphmod 将 n.p=""修改为第3步放置的路径
```bash ```bash
`// __webpack_public_path__ `// __webpack_public_path__
__webpack_require__.p = "/extra/convertor3d/";` n.p="/extra/convertor3d/";`
``` ```
......
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