From d0f995bd55c8399170a2dbd53c6d883efd54c780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9C=E7=8E=89=E7=90=A6?= <7507756+jiang_yuqi@user.noreply.gitee.com> Date: Tue, 11 Jun 2024 22:03:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/ai/calculate.js | 0 src/api/menu/index.ts | 34 +- src/views/manage/calculate/index.vue | 626 +++++++++++++++++++++++++++ 3 files changed, 643 insertions(+), 17 deletions(-) create mode 100644 src/api/ai/calculate.js create mode 100644 src/views/manage/calculate/index.vue diff --git a/src/api/ai/calculate.js b/src/api/ai/calculate.js new file mode 100644 index 0000000..e69de29 diff --git a/src/api/menu/index.ts b/src/api/menu/index.ts index c9755a9..be46b8a 100644 --- a/src/api/menu/index.ts +++ b/src/api/menu/index.ts @@ -145,11 +145,11 @@ class MenuAPI { }, children: [ { - path: "operatorLibrary", - component: "/operatorLibrary/index", - name: "operatorLibrary", + path: "calculate", + component: "manage/calculate/index", + name: "calculate", meta: { - title: "算子库管理1", + title: "算子库管理", icon: "user", hidden: false, roles: ["ADMIN", "GUEST"], @@ -157,19 +157,19 @@ class MenuAPI { alwaysShow: false, }, }, - { - path: "operatorLibrary2", - component: "/operatorLibrary/index2", - name: "operatorLibrary2", - meta: { - title: "算子库管理2", - icon: "role", - hidden: false, - roles: ["ADMIN6", "GUEST", "ADMIN"], - keepAlive: true, - alwaysShow: false, - }, - }, + // { + // path: "operatorLibrary2", + // component: "/operatorLibrary/index2", + // name: "operatorLibrary2", + // meta: { + // title: "算子库管理2", + // icon: "role", + // hidden: false, + // roles: ["ADMIN6", "GUEST", "ADMIN"], + // keepAlive: true, + // alwaysShow: false, + // }, + // }, ], }, { diff --git a/src/views/manage/calculate/index.vue b/src/views/manage/calculate/index.vue new file mode 100644 index 0000000..83eb992 --- /dev/null +++ b/src/views/manage/calculate/index.vue @@ -0,0 +1,626 @@ + + + +