From 01358c446c8e1c1bd9753b66efc797d80efbe730 Mon Sep 17 00:00:00 2001 From: wangxi <123456> Date: Mon, 21 Mar 2022 11:05:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- admin/config/config.ts | 2 +- admin/src/pages/course/subject/{index_new.tsx => index.tsx} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename admin/src/pages/course/subject/{index_new.tsx => index.tsx} (100%) diff --git a/admin/config/config.ts b/admin/config/config.ts index 918ed96..76afcaa 100644 --- a/admin/config/config.ts +++ b/admin/config/config.ts @@ -85,7 +85,7 @@ export default defineConfig({ name: '主题设置', icon: 'smile', path: '/course/subject', - component: './course/subject/index_new', + component: './course/subject', }, { name: '新建主题', diff --git a/admin/src/pages/course/subject/index_new.tsx b/admin/src/pages/course/subject/index.tsx similarity index 100% rename from admin/src/pages/course/subject/index_new.tsx rename to admin/src/pages/course/subject/index.tsx