From e1a17c52bd3c3fd9f1913a79034dc5d5d083c4c1 Mon Sep 17 00:00:00 2001 From: song Date: Tue, 14 Sep 2021 16:56:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=85=A8=E5=B1=80=E4=BB=BB=E5=8A=A1?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E6=97=B6=E4=BF=9D=E5=AD=98=E8=A7=92=E8=89=B2?= =?UTF-8?q?id=E5=88=B0=E6=9C=AC=E5=9C=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 3 ++- public/index.html | 1 + rest/project.http | 2 +- src/components/Plugin/Plugin.vue | 9 +++++++-- src/pages/project/project.vue | 1 + 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0488f4a..958ecda 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -# 0.1.0 (2021-09-13) +# 0.1.0 (2021-09-14) ### 🌟 新功能 范围|描述|commitId @@ -125,6 +125,7 @@ - | 修改接口路径 | [df6acf2](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/df6acf2) - | 修改时间轴定期任务加载逻辑 | [1977c00](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/1977c00) - | 修改角色栏组件 | [a54c601](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/a54c601) + - | 修改项目详情页返回首页bug | [e942887](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/e942887) - | 分享项目链接 | [d867239](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/d867239) - | 切换到默认项目角色没有激活状态的bug | [438d448](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/438d448) - | 切换日历时查询小红点 | [7091789](https://dd.tall.wiki/gitea/wally/tall-mui-3-project/commits/7091789) diff --git a/public/index.html b/public/index.html index 47670c0..da2ae2b 100644 --- a/public/index.html +++ b/public/index.html @@ -20,6 +20,7 @@ diff --git a/rest/project.http b/rest/project.http index ec25ea8..8e11c18 100644 --- a/rest/project.http +++ b/rest/project.http @@ -8,7 +8,7 @@ content-type: application/json;charset=utf-8 "client": 1, "data": { "credential": "123456", - "identifier": "whj" + "identifier": "zb11" }, "scene": 0, "type": 3 diff --git a/src/components/Plugin/Plugin.vue b/src/components/Plugin/Plugin.vue index cc2cda9..b1e8d68 100644 --- a/src/components/Plugin/Plugin.vue +++ b/src/components/Plugin/Plugin.vue @@ -1,6 +1,6 @@