mirror of
https://github.com/continew-org/continew-admin.git
synced 2026-01-10 00:57:13 +08:00
style: 部分代码优化
1.格式优化:去除部分多余空行(较少代码段区分尽量不添加空行)、注释(代码尽量自解释) 2.完善部分 Swagger 注解信息 3.修复部分前后端警告
This commit is contained in:
@@ -15,8 +15,7 @@ const LIST: AppRouteRecordRaw = {
|
||||
{
|
||||
name: 'SearchTable',
|
||||
path: 'search-table', // The midline path complies with SEO specifications
|
||||
component: () =>
|
||||
import('@/views/demo/list/search-table/index.vue'),
|
||||
component: () => import('@/views/demo/list/search-table/index.vue'),
|
||||
meta: {
|
||||
locale: 'menu.list.searchTable',
|
||||
requiresAuth: true,
|
||||
|
||||
Reference in New Issue
Block a user