mirror of
https://gitee.com/niucloud-team/niucloud-admin.git
synced 2025-12-12 10:52:48 +00:00
Update list.vue
This commit is contained in:
parent
78abbed304
commit
b8194e4e6b
@ -54,14 +54,9 @@
|
||||
</template>
|
||||
|
||||
<script lang="ts" setup>
|
||||
import { ref, reactive, computed } from 'vue'
|
||||
import { bind } from '@/api/auth'
|
||||
import { bindMobile } from '@/api/member'
|
||||
import useMemberStore from '@/stores/member'
|
||||
import { ref, reactive } from 'vue'
|
||||
import { getArticleCategory,getArticleList } from '@/api/article'
|
||||
import { FormInstance } from 'element-plus'
|
||||
import { ArrowRight } from '@element-plus/icons-vue'
|
||||
import type { TabsPaneContext } from 'element-plus'
|
||||
import { useRouter } from 'vue-router';
|
||||
|
||||
const router = useRouter();
|
||||
@ -79,10 +74,6 @@ const articleTableData = reactive({
|
||||
}
|
||||
})
|
||||
|
||||
const handleClick = (tab: TabsPaneContext, event: Event) => {
|
||||
console.log(tab, event)
|
||||
}
|
||||
|
||||
/**
|
||||
* 获取文章列表
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user