Karsa 2 年之前
父節點
當前提交
c89e7a7448
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/router/index.ts

+ 1 - 1
src/router/index.ts

@@ -21,7 +21,7 @@ export const routes: AppRouteRecordRaw[] = [
   {
     path: '/sheetshow',
     component: () => import('@/views/sheetShow/index.vue'),
-    name: '表详情',
+    name: '表详情',
   },
 ];