|
|
@ -49,4 +49,6 @@ Route::group([ |
|
|
$router->any('workorder_notice', 'WorkorderController@checkUnread'); |
|
|
$router->any('workorder_notice', 'WorkorderController@checkUnread'); |
|
|
|
|
|
|
|
|
$router->get('industry_order/qrcode/{verify_code}', 'IndustryOrderController@qrcode'); |
|
|
$router->get('industry_order/qrcode/{verify_code}', 'IndustryOrderController@qrcode'); |
|
|
|
|
|
|
|
|
|
|
|
$router->get('product/import', 'ProductController@import'); |
|
|
}); |
|
|
}); |