改造文章管理系统

This commit is contained in:
2024-08-27 07:22:22 +08:00
parent 13832d9de0
commit 31ec8e057a
41 changed files with 4041 additions and 525 deletions

View File

@@ -22,7 +22,7 @@
:src="record.icon"
style="margin-right: 5px"
/>
<a @click="openUrl(record.url)">{{ record.name }}</a>
<a @click="openSpmUrl(record.url)">{{ record.name }}</a>
</template>
<template v-if="column.key === 'action'">
<a-space>
@@ -59,7 +59,7 @@
import { pageLink, removeLink } from '@/api/cms/link';
import type { Link, LinkParam } from '@/api/cms/link/model';
import { Menu } from '@/api/system/menu/model';
import { openNew, openUrl } from '@/utils/common';
import { openNew, openSpmUrl, openUrl } from '@/utils/common';
import LinkSearch from './components/link-search.vue';
// 表格实例