From d971bac82009e62edfbef3a08b02484c5f37bcad Mon Sep 17 00:00:00 2001 From: Jimi Date: Wed, 7 Jul 2021 10:49:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=82=B9=E5=87=BB=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E8=B7=B3=E8=BD=AC=E4=B8=8D=E6=AD=A3=E7=A1=AE=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/project/my/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/project/my/index.vue b/src/views/project/my/index.vue index d7ffddb..5997e39 100644 --- a/src/views/project/my/index.vue +++ b/src/views/project/my/index.vue @@ -280,7 +280,7 @@ export default { this.dataShowType = type }, toProjectHandle(key, type) { - this.$router.push({path: '/project/form', query: {key: key, active: type}}) + this.$router.push({path: `/project/form/${type}`, query: {key: key, active: type}}) }, deleteProject(key) { this.$api.post('/user/project/delete', {'key': key}).then(res => {