mirror of
https://github.com/EvolutionAPI/evolution-manager.git
synced 2025-12-24 13:17:45 -06:00
add path api to CLI
This commit is contained in:
@@ -138,7 +138,10 @@ export default {
|
||||
this.$refs.createInstanceModal.open();
|
||||
},
|
||||
goToInstance(instance) {
|
||||
this.$router.push(`/${instance.instanceName}`);
|
||||
this.$router.push({
|
||||
name: "instance",
|
||||
params: { id: instance.instanceName },
|
||||
});
|
||||
},
|
||||
async deleteInstance(instanceName) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user