From 17869db2f27d3763b10cc05fa307a868b263dd42 Mon Sep 17 00:00:00 2001 From: xuesinan <1404152492@qq.com> Date: Fri, 28 Jan 2022 18:18:50 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=88=B7=E6=96=B0=E9=A1=B5=E9=9D=A2sto?= =?UTF-8?q?re=E6=95=B0=E6=8D=AE=E6=B8=85=E7=A9=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 1 + components/Plugin/Plugin.vue | 4 +- components/Render/Render.vue | 49 ++++++++++++++++------- hooks/project/useGenerateWebviewParam.js | 3 +- pages.json | 24 ++++------- pages/project/project.vue | 17 +++++--- pages/workbench/workbench.vue | 4 +- static/work.png | Bin 0 -> 25412 bytes store/index.js | 12 +++--- 9 files changed, 66 insertions(+), 48 deletions(-) create mode 100644 static/work.png diff --git a/CHANGELOG.md b/CHANGELOG.md index 63ee44a..33da863 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -45,6 +45,7 @@ - | 手机号登录 | [565585b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/565585b) - | 刷新token重新运行api | [02fb4bf](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/02fb4bf) - | 添加 timeline | [72dad2b](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/72dad2b) + - | 添加财务申请详情页 | [e69d233](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/e69d233) - | 跳转财务详情 | [742720d](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/742720d) - | 未登录调用项目列表接口 | [aab6489](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/aab6489) - | 文件上传添加APP的条件判断 | [5d4c1be](https://101.201.226.163:50022/TALL/TALL-MUI-4/commits/5d4c1be) diff --git a/components/Plugin/Plugin.vue b/components/Plugin/Plugin.vue index 5dae351..eb08749 100644 --- a/components/Plugin/Plugin.vue +++ b/components/Plugin/Plugin.vue @@ -27,7 +27,8 @@ - + + + diff --git a/components/Render/Render.vue b/components/Render/Render.vue index e9f229c..86d6261 100644 --- a/components/Render/Render.vue +++ b/components/Render/Render.vue @@ -4,7 +4,7 @@ store.state.role.roleId); const token = computed(() => store.state.user.token); const userId = computed(() => store.getters['user/userId']); const projectId = computed(() => store.getters['project/projectId']); +const allPlugin = uni.$storage.getStorageSync('allPlugin');