diff --git a/src/api/menu/index.ts b/src/api/menu/index.ts index c8bd41c..20dac53 100644 --- a/src/api/menu/index.ts +++ b/src/api/menu/index.ts @@ -438,9 +438,9 @@ class MenuAPI { }, }, { - path: "otherToolEdit", - component: "manage/otherTool/edit", - name: "otherToolEdit", + path: "otherToolAdd", + component: "manage/otherTool/add", + name: "otherToolAdd", meta: { title: "第三方工具编辑", hidden: true, @@ -450,9 +450,9 @@ class MenuAPI { } }, { - path: "otherToolView", + path: "otherToolDetail", component: "manage/otherTool/view", - name: "otherToolView", + name: "otherToolDetail", meta: { title: "查看第三方工具", hidden: true, diff --git a/src/views/manage/calculate/edit.vue b/src/views/manage/calculate/edit.vue index a522537..d171cf6 100644 --- a/src/views/manage/calculate/edit.vue +++ b/src/views/manage/calculate/edit.vue @@ -1,19 +1,14 @@ - +