Merge branch 'dev_vite' of ssh://18.167.251.121:10002/aidlab/aida_front into dev_vite

This commit is contained in:
X1627315083@163.com
2026-05-05 14:41:17 +08:00

View File

@@ -17,6 +17,7 @@
</div>
</div>
<button class="home-btn" @click="onBackToHome">Back to Homepage</button>
<div class="tip">ID: {{ userId }}</div>
</div>
</template>
@@ -28,6 +29,7 @@
const route = useRoute()
const router = useRouter()
const store = useStore()
const userId = computed(() => store.state.UserHabit.userDetail.userId)
const applyStatus = computed(() => store.state.seller.applyStatus)
const list = computed(() => [
{