From 082af9d73d72f41032dd07a1f3707fba1b3d19a9 Mon Sep 17 00:00:00 2001 From: zhengzhou Date: Tue, 16 Mar 2021 16:00:41 +0800 Subject: [PATCH] update --- src/utils/request.js | 1 + .../watchall/components/Introduce.vue | 127 ++++++ .../watchall/components/NoteContentItem.vue | 1 + src/views/main_web/watchall/watchall.vue | 417 ++++++++++++------ 4 files changed, 400 insertions(+), 146 deletions(-) create mode 100644 src/views/main_web/watchall/components/Introduce.vue diff --git a/src/utils/request.js b/src/utils/request.js index 6d2f7928..ea872937 100644 --- a/src/utils/request.js +++ b/src/utils/request.js @@ -136,6 +136,7 @@ function mapApiPathToFullPath(path) { case "operation/record": case "file/updateProjArchiveHistory": case "templateCompany/addTemplateCompany": + case "project/addProjectGobalConfig": // case 'template/deleteTemplateNodeModelFile': method = 'POST'; break; diff --git a/src/views/main_web/watchall/components/Introduce.vue b/src/views/main_web/watchall/components/Introduce.vue new file mode 100644 index 00000000..826332e9 --- /dev/null +++ b/src/views/main_web/watchall/components/Introduce.vue @@ -0,0 +1,127 @@ +