qlfy-postmate 1.2.1 → 1.2.2

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.
Files changed (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -128,7 +128,7 @@ new ChildPostmate({
128
128
  按下面链接格式在浏览器中访问,该链接支持前端的本地调试
129
129
 
130
130
  ```js
131
- http://10.76.91.80:28084/test?url=本地前端服务地址
131
+ http://10.76.91.80:28084/#/test?url=本地前端服务地址
132
132
  ```
133
133
 
134
134
  url后配置本地所启用的前端服务
@@ -136,6 +136,6 @@ url后配置本地所启用的前端服务
136
136
  例:
137
137
 
138
138
  ```js
139
- http://10.76.91.80:28084/test?url=http://192.168.3.136:8080/
139
+ http://10.76.91.80:28084/#/test?url=http://192.168.3.136:8080/
140
140
  ```
141
141
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qlfy-postmate",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "types": "lib/index.d.ts",
6
6
  "module": "lib/index.umd.js",