af-mobile-client-vue3 1.6.26 → 1.6.27
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
|
@@ -8,7 +8,9 @@ import { mobileUtil } from '@af-mobile-client-vue3/utils/mobileUtil'
|
|
|
8
8
|
import {
|
|
9
9
|
showConfirmDialog,
|
|
10
10
|
showToast,
|
|
11
|
+
Dialog as VanDialog,
|
|
11
12
|
Icon as VanIcon,
|
|
13
|
+
Switch as VanSwitch,
|
|
12
14
|
} from 'vant'
|
|
13
15
|
import { onMounted, onUnmounted, ref } from 'vue'
|
|
14
16
|
import { useRouter } from 'vue-router'
|
|
@@ -334,7 +336,7 @@ function confirmDelete() {
|
|
|
334
336
|
/>
|
|
335
337
|
|
|
336
338
|
<!-- 退出登录确认弹窗 -->
|
|
337
|
-
<
|
|
339
|
+
<VanDialog
|
|
338
340
|
v-model:show="showLogoutConfirm"
|
|
339
341
|
title="确认退出"
|
|
340
342
|
message="确定要退出登录吗?"
|