@uxda/appkit 4.2.46 → 4.2.47

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/dist/index.js +1 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -1942,7 +1942,7 @@ var script$x = /* @__PURE__ */ defineComponent({
1942
1942
  onMounted(() => {
1943
1943
  const $http = useHttp$2({ Appcode: props.headerApp, Tenant: props.tenant });
1944
1944
  $http.get(endpoints.\u83B7\u53D6\u589E\u503C\u6743\u76CA\u7C7B\u76EE, {
1945
- rightCode: props.app === "cloudkitPro" ? "riskQueryCompany" : "riskQueryMulti"
1945
+ rightCode: props.app === "corporateStar" ? "riskQueryCompany" : "riskQueryMulti"
1946
1946
  }).then((res) => {
1947
1947
  balance.value = res.balance;
1948
1948
  amounts.value = res.paymentCaseConfigVOS;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.2.46",
3
+ "version": "4.2.47",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",