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 @@ + + + + + + + + 编辑 + + 完成 + 取消 + + + + + + + + + + diff --git a/src/views/main_web/watchall/components/NoteContentItem.vue b/src/views/main_web/watchall/components/NoteContentItem.vue index 158aec94..2d54875f 100644 --- a/src/views/main_web/watchall/components/NoteContentItem.vue +++ b/src/views/main_web/watchall/components/NoteContentItem.vue @@ -24,6 +24,7 @@ color: #32323c; border-bottom-left-radius: 14px; border-bottom-right-radius: 14px; + box-sizing: border-box; } \ No newline at end of file diff --git a/src/views/main_web/watchall/watchall.vue b/src/views/main_web/watchall/watchall.vue index 5e81579f..abe5d055 100644 --- a/src/views/main_web/watchall/watchall.vue +++ b/src/views/main_web/watchall/watchall.vue @@ -1,175 +1,300 @@ - - + + - - - - + + + + + + + - - + + + + + + + + + + + + + + + + + + + + 修改 + 取消 + + + 设置URL + + - \ No newline at end of file