wgt-node-utils 1.2.7 → 1.2.9

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
@@ -76,7 +76,7 @@
76
76
  #### readF2eFiles // node启动时将静态资源读取到内存中
77
77
  #### 使用方法
78
78
  ```javascript
79
- await wgtNodeUtils.readF2eFiles(buildName, version, dirname, useReactRouterDom)
79
+ await wgtNodeUtils.readF2eFiles(buildName, version, dirname)
80
80
  ```
81
81
  ##### 参数说明:
82
82
  |参数 | 类型 | 说明 | 是否必传 | 默认值 |
@@ -84,8 +84,6 @@
84
84
  | buildName | string | 项目打包名称 | 是 | -- |
85
85
  | version | string | 项目版本号 | 是 | -- |
86
86
  | dirname | string | 项目绝对地址 | 是 | -- |
87
- | useReactRouterDom | boolean | 是否需要今天文件ReactRouterDom | 是 | false |
88
-
89
87
 
90
88
  #### getMainDomainByHostname // 获取主域名
91
89
  #### 使用
@@ -248,7 +246,7 @@
248
246
  |---------|--------------|-----------------------------------------------------------------------------|------|-----|
249
247
  | pageName | string | 静态页面文件名称 | 是 | -- |
250
248
  | isMobile | boolean | 是否为手机设备 | 是 | -- |
251
- | useReactRouterDom | boolean | 是否需要ReactRouterDom | 是 | -- |
249
+
252
250
 
253
251
 
254
252