From 5f4e4c1011d954ba4bbe9751a429db0bf96b3636 Mon Sep 17 00:00:00 2001 From: zhaoy <137053305@qq.com> Date: Mon, 22 Jan 2024 16:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config/routes.js | 7 +++++++ src/pages/device/devicepush/index.jsx | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/routes.js b/config/routes.js index 69d52e5..56f243d 100644 --- a/config/routes.js +++ b/config/routes.js @@ -190,6 +190,13 @@ export default [ component: './device/productmanage', access: 'k14', }, + { + name: '设备数据下发', + icon: 'smile', + path: '/device/devicepush', + component: './device/devicepush', + access: 'k14', + }, // { // name: '设备工艺信息', // icon: 'smile', diff --git a/src/pages/device/devicepush/index.jsx b/src/pages/device/devicepush/index.jsx index 2ccb476..6b41914 100644 --- a/src/pages/device/devicepush/index.jsx +++ b/src/pages/device/devicepush/index.jsx @@ -9,7 +9,7 @@ import PushFrom from './components/PushFrom'; import { GetDevicePushRecodePage, DevicePushRecodeDelete -} from './service'; +} from './services';