From d12465b38b3a23a0289115e46ac124c3df93bcea Mon Sep 17 00:00:00 2001 From: liudianxin Date: Thu, 2 Jul 2020 17:58:51 +0800 Subject: [PATCH] =?UTF-8?q?1=E4=BF=AE=E6=94=B9=E5=BA=94=E7=94=A8=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E5=88=97=E8=A1=A8=E8=B7=B3=E8=BD=AC=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5=E4=BC=A0=E5=8F=82=E5=B9=B6=E4=BF=AE=E6=94=B9=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=9F=BA=E6=9C=AC=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3?= =?UTF-8?q?2=E8=BF=90=E8=A1=8C=E7=8A=B6=E6=80=81=E5=9B=BE=E6=A0=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/general/wave_icon.vue | 61 ++ src/icons/svg/fwgl_ic_arrow.svg | 1 + src/icons/svg/fwgl_ic_bufenguzhang.svg | 1 + src/icons/svg/fwgl_ic_operation.svg | 1 + src/icons/svg/fwgl_ic_stop.svg | 1 + src/icons/svg/fwgl_ic_wait.svg | 1 + src/icons/svg/ic_2.svg | 1 - src/icons/svg/ic_3.svg | 1 - src/pages/example/example_icon.vue | 11 +- src/pages/workbench/fwgl/serviceDetail.vue | 336 ++++++------ .../workbench/yygl/deploy_app_detail.vue | 497 +++++++++-------- src/pages/workbench/yygl/yyglList.vue | 519 +++++++++--------- src/request/api/workbench.js | 9 + src/router/index.js | 2 +- 14 files changed, 773 insertions(+), 669 deletions(-) create mode 100644 src/components/general/wave_icon.vue create mode 100644 src/icons/svg/fwgl_ic_arrow.svg create mode 100644 src/icons/svg/fwgl_ic_bufenguzhang.svg create mode 100644 src/icons/svg/fwgl_ic_operation.svg create mode 100644 src/icons/svg/fwgl_ic_stop.svg create mode 100644 src/icons/svg/fwgl_ic_wait.svg delete mode 100644 src/icons/svg/ic_2.svg delete mode 100644 src/icons/svg/ic_3.svg diff --git a/src/components/general/wave_icon.vue b/src/components/general/wave_icon.vue new file mode 100644 index 0000000..3774ee8 --- /dev/null +++ b/src/components/general/wave_icon.vue @@ -0,0 +1,61 @@ + + + + + \ No newline at end of file diff --git a/src/icons/svg/fwgl_ic_arrow.svg b/src/icons/svg/fwgl_ic_arrow.svg new file mode 100644 index 0000000..2bf0445 --- /dev/null +++ b/src/icons/svg/fwgl_ic_arrow.svg @@ -0,0 +1 @@ +ic_画板 3 \ No newline at end of file diff --git a/src/icons/svg/fwgl_ic_bufenguzhang.svg b/src/icons/svg/fwgl_ic_bufenguzhang.svg new file mode 100644 index 0000000..bacb23b --- /dev/null +++ b/src/icons/svg/fwgl_ic_bufenguzhang.svg @@ -0,0 +1 @@ +ic_画板 21 \ No newline at end of file diff --git a/src/icons/svg/fwgl_ic_operation.svg b/src/icons/svg/fwgl_ic_operation.svg new file mode 100644 index 0000000..ff4a879 --- /dev/null +++ b/src/icons/svg/fwgl_ic_operation.svg @@ -0,0 +1 @@ +ic_画板 5 \ No newline at end of file diff --git a/src/icons/svg/fwgl_ic_stop.svg b/src/icons/svg/fwgl_ic_stop.svg new file mode 100644 index 0000000..a9b379c --- /dev/null +++ b/src/icons/svg/fwgl_ic_stop.svg @@ -0,0 +1 @@ +ic_画板 20 \ No newline at end of file diff --git a/src/icons/svg/fwgl_ic_wait.svg b/src/icons/svg/fwgl_ic_wait.svg new file mode 100644 index 0000000..9bd795a --- /dev/null +++ b/src/icons/svg/fwgl_ic_wait.svg @@ -0,0 +1 @@ +ic_画板 4 \ No newline at end of file diff --git a/src/icons/svg/ic_2.svg b/src/icons/svg/ic_2.svg deleted file mode 100644 index 8982d60..0000000 --- a/src/icons/svg/ic_2.svg +++ /dev/null @@ -1 +0,0 @@ -ic_画板 2 \ No newline at end of file diff --git a/src/icons/svg/ic_3.svg b/src/icons/svg/ic_3.svg deleted file mode 100644 index 344cb85..0000000 --- a/src/icons/svg/ic_3.svg +++ /dev/null @@ -1 +0,0 @@ -ic_画板 3 \ No newline at end of file diff --git a/src/pages/example/example_icon.vue b/src/pages/example/example_icon.vue index 68f694c..4bb8dca 100644 --- a/src/pages/example/example_icon.vue +++ b/src/pages/example/example_icon.vue @@ -1,7 +1,9 @@ @@ -20,6 +22,9 @@ export default {