@qywh/package 0.0.3-beta13 → 0.0.3-beta14

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.
@@ -132,7 +132,7 @@ export async function jumpXcxToQuestion (this: any, params: any) {
132
132
  }
133
133
 
134
134
  const postData = {
135
- path: '/pages/formCollect/index',
135
+ path: 'pages/formCollect/index',
136
136
  productId: params.xcxId || '',
137
137
  obj
138
138
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@qywh/package",
3
- "version": "0.0.3-beta13",
3
+ "version": "0.0.3-beta14",
4
4
  "description": "钦煜文化低代码可视化组件库",
5
5
  "main": "index.ts",
6
6
  "typings": "typings/index.d.ts",