Files
tk-mini-program/pages/Mine/Mine.vue
pengxiaolong 595c5329a0 api
2025-05-15 22:24:39 +08:00

22 lines
280 B
Vue

<template>
</template>
<script>
export default {
data() {
return {
title: 'Hello'
}
},
onLoad() {
uni.reLaunch({ url: "/pages/UserInformation/UserInformation"})
},
methods: {
// 方法定义
}
}
</script>
<style scoped>
/* 样式定义 */
</style>