wupengfei
2025-08-29 8dee8403e6c12b6d738a3756d078ac0b4e6ec70d
apps/cMiniApp/src/pages/task/task.vue
@@ -1,13 +1,13 @@
<template>
  <div>task</div>
  <PageLayoutWithBg class="task-page-wrapper" title="任务">
    <InnerPage />
  </PageLayoutWithBg>
</template>
<script setup lang="ts">
import InnerPage from './InnerPage.vue';
defineOptions({
  name: 'task',
});
</script>
<style lang="scss">
@import '@/styles/common.scss';
</style>