@uxda/appkit 4.2.44 → 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.
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 === "
|
|
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
|
@@ -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 === '
|
|
119
|
+
rightCode: props.app === 'corporateStar' ? 'riskQueryCompany' : 'riskQueryMulti',
|
|
120
120
|
}).then((res: any) => {
|
|
121
121
|
balance.value = res.balance
|
|
122
122
|
amounts.value = res.paymentCaseConfigVOS
|