wupengfei
2025-03-10 6887129e91d32557c2b57178180329f46df09d12
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>