From ff9047a5d9d5c4230f11f05456742de036d5f486 Mon Sep 17 00:00:00 2001 From: liapples Date: Sun, 19 Dec 2021 15:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/AdminSupplier/routes.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/AdminSupplier/routes.php b/app/AdminSupplier/routes.php index 67bb67e..da542c3 100644 --- a/app/AdminSupplier/routes.php +++ b/app/AdminSupplier/routes.php @@ -49,4 +49,6 @@ Route::group([ $router->any('workorder_notice', 'WorkorderController@checkUnread'); $router->get('industry_order/qrcode/{verify_code}', 'IndustryOrderController@qrcode'); + + $router->get('product/import', 'ProductController@import'); });