From 302593e049d4f85328f7ab51cbca7d1221e156d6 Mon Sep 17 00:00:00 2001 From: songshankun <songshankun@foxmail.com> Date: 星期二, 17 十月 2023 19:48:31 +0800 Subject: [PATCH] style: 调整主题色 --- src/router/report/index.js | 9 +++++++++ 1 files changed, 9 insertions(+), 0 deletions(-) diff --git a/src/router/report/index.js b/src/router/report/index.js index 2ee2f53..32a54ff 100644 --- a/src/router/report/index.js +++ b/src/router/report/index.js @@ -2,6 +2,7 @@ const inventoryReport = (resolve) => require(["@/views/reportForm/inventoryReport/index"], resolve) // 搴撳瓨鎶ヨ〃 const locationReport = (resolve) => require(["@/views/reportForm/locationReport/index"], resolve) // 浣嶇疆鎶ヨ〃 +const inboundOutboundDetail = (resolve) => require(["@/views/reportForm/inboundOutboundDetail/index"], resolve) // 鍘嗗彶璁板綍 const appconfig = [ { @@ -19,6 +20,14 @@ meta: { title: "浣嶇疆鎶ヨ〃" } + }, + { + path: "/reportForm/inboundOutboundDetail", + name: "inboundOutboundDetail", + component: inboundOutboundDetail, + meta: { + title: "鍑哄叆搴撴槑缁�" + } } ] -- Gitblit v1.8.0