wgt-node-utils 1.2.9 → 1.2.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -239,7 +239,7 @@
239
239
  #### getModelF2eFiles // 获取前端静态资源列表
240
240
  #### 使用
241
241
  ```javascript
242
- await wgtNodeUtils.(pageName, isMobile, useReactRouterDom = false)
242
+ await wgtNodeUtils.getModelF2eFiles(pageName, isMobile)
243
243
  ```
244
244
  ##### 参数说明:
245
245
  |参数 | 类型 | 说明 | 是否必传 | 默认值 |