@uxda/appkit 4.2.44 → 4.2.46

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uxda/appkit",
3
- "version": "4.2.44",
3
+ "version": "4.2.46",
4
4
  "description": "小程序应用开发包",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.ts",
@@ -116,7 +116,7 @@ const currentAmount = computed(() => {
116
116
  onMounted(() => {
117
117
  const $http = useHttp({ Appcode: props.headerApp, Tenant: props.tenant })
118
118
  $http.get<any[]>(endpoints.获取增值权益类目, {
119
- rightCode: props.app === 'cloudkitPro' ? 'riskQueryCompany' : 'riskQueryMulti',
119
+ rightCode: props.app === 'corporateStar' ? 'riskQueryCompany' : 'riskQueryMulti',
120
120
  }).then((res: any) => {
121
121
  balance.value = res.balance
122
122
  amounts.value = res.paymentCaseConfigVOS