
--- client/views/pages/App.vue
+++ client/views/pages/App.vue
... | ... | @@ -43,6 +43,9 @@ |
43 | 43 |
watch: { |
44 | 44 |
$route(to, from) { |
45 | 45 |
this.path = to.path; |
46 |
+ if(this.path.includes('/insert.page')) { |
|
47 |
+ this.menuUse = "N"; |
|
48 |
+ } |
|
46 | 49 |
}, |
47 | 50 |
}, |
48 | 51 |
computed: { |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?