|
@@ -1,7 +1,7 @@
|
|
<script lang="ts" setup>
|
|
<script lang="ts" setup>
|
|
import { ConfigProviderThemeVars } from 'wot-design-uni'
|
|
import { ConfigProviderThemeVars } from 'wot-design-uni'
|
|
import { useRouter } from '../core/utils/router'
|
|
import { useRouter } from '../core/utils/router'
|
|
-import { computed } from 'vue'
|
|
|
|
|
|
+import { type CSSProperties, computed, getCurrentInstance, nextTick, onMounted, ref, watch } from 'vue'
|
|
|
|
|
|
const props = withDefaults(
|
|
const props = withDefaults(
|
|
defineProps<{
|
|
defineProps<{
|
|
@@ -27,6 +27,8 @@ const handleToHome = () => {
|
|
uni.reLaunch({ url: '/pages/home/index' })
|
|
uni.reLaunch({ url: '/pages/home/index' })
|
|
}
|
|
}
|
|
onMounted(() => {
|
|
onMounted(() => {
|
|
|
|
+ console.log(1111);
|
|
|
|
+
|
|
// console.log(slots.prepend)
|
|
// console.log(slots.prepend)
|
|
// getCurrentPages()
|
|
// getCurrentPages()
|
|
// console.log(getCurrentPages())
|
|
// console.log(getCurrentPages())
|