@witlink/usercenter 1.2.92 → 1.2.93
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/usercenter.es.js +6 -0
- package/dist/usercenter.umd.js +1 -1
- package/package.json +1 -1
package/dist/usercenter.es.js
CHANGED
|
@@ -39841,6 +39841,12 @@ const _sfc_main$A = /* @__PURE__ */ defineComponent({
|
|
|
39841
39841
|
onDetail,
|
|
39842
39842
|
onSwich
|
|
39843
39843
|
});
|
|
39844
|
+
watch(
|
|
39845
|
+
() => userStore.userLanguage,
|
|
39846
|
+
() => {
|
|
39847
|
+
init2();
|
|
39848
|
+
}
|
|
39849
|
+
);
|
|
39844
39850
|
onMounted(() => {
|
|
39845
39851
|
addShow.value = hasPermissionId("002");
|
|
39846
39852
|
editShow.value = hasPermissionId("003");
|