mirror of
https://github.com/BidingCC/BuildingAI.git
synced 2026-09-01 15:48:39 +08:00
fix: 修复插件跳转问题
This commit is contained in:
@@ -4,7 +4,7 @@ import { apiGetPublishedArticles } from "~/services/web/article";
|
||||
import type { Category } from "~/services/web/category";
|
||||
import { apiGetCategoryList } from "~/services/web/category";
|
||||
|
||||
definePageMeta({ auth: false });
|
||||
definePageMeta({ auth: false, name: "文章中心", inLinkSelector: true });
|
||||
|
||||
const { t } = useI18n();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user