Refactor API requests and update component imports
This commit is contained in:
@ -8,12 +8,12 @@
|
||||
</template>
|
||||
|
||||
<script setup lang="ts">
|
||||
import KlNavTab from '@/components/kl-nav-tab/index.vue'
|
||||
import KlNavTab from '~/components/kl-nav-tab/index.vue'
|
||||
import LeftContent from './components/LeftContent.vue'
|
||||
import RightContent from './components/RightContent.vue'
|
||||
import { page, getChannelLunTanDetail } from '@/api/channel/index.ts'
|
||||
import { page, getChannelLunTanDetail } from '~/api/channel/index'
|
||||
import { reactive, watch, ref } from 'vue'
|
||||
import { TpageRes, ChannelRespVO } from '@/api/channel/types'
|
||||
import type { TpageRes, ChannelRespVO } from '~/api/channel/types'
|
||||
|
||||
const pageReq = reactive({
|
||||
pageNo: 1,
|
||||
|
||||
Reference in New Issue
Block a user