From 8556286af80955b5a1b6102a9826f5e9197fac95 Mon Sep 17 00:00:00 2001 From: Fixiaobai <fixiaobai@163.com> Date: 星期三, 13 九月 2023 18:03:43 +0800 Subject: [PATCH] modified: config/index.js modified: src/assets/api/controller.js modified: src/components/view/finishedProductInspection.vue new file: src/components/view/finishedProductInspectionAdd.vue new file: src/components/view/finishedProductInspectionLook.vue new file: src/components/view/finishedProductInspectionUp.vue modified: src/components/view/processInspection.vue new file: src/components/view/processInspectionLook.vue new file: src/components/view/processInspectionUpdate.vue --- src/router/index.js | 5 ++--- 1 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/router/index.js b/src/router/index.js index abb623d..94b4fde 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -23,6 +23,5 @@ { path: "/enter", component: () => import("../view/enter.vue") - }, - ] -}) \ No newline at end of file + }] +}) -- Gitblit v1.9.3