changed wizard finish redirect
This commit is contained in:
@ -40,13 +40,13 @@
|
||||
{{ translations.finish.apps_managing }}
|
||||
</div>
|
||||
<div style="width:372px; height:372px;"></div>
|
||||
<img :src="image_src" class="absolute top-0 right-2 top-12" alt="" />
|
||||
<img :src="image_src" class="absolute top-0 right-2" alt="" />
|
||||
</div>
|
||||
<base-button class="flex items-center justify-center text-base rounded-lg disabled:opacity-50 relative m-auto bottom-40 bg-white hover:bg-gray-100 text-purple rounded-md py-3 px-5 font-semibold btn-default" @click="finish()">
|
||||
{{ translations.finish.go_to_dashboard }}
|
||||
<base-button class="flex items-center justify-center text-base rounded-lg disabled:opacity-50 relative m-auto bottom-48 bg-white hover:bg-gray-100 text-purple rounded-md py-3 px-5 font-semibold btn-default" @click="finish()">
|
||||
{{ translations.finish.create_first_invoice }}
|
||||
</base-button>
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@ -111,8 +111,8 @@ export default {
|
||||
},
|
||||
|
||||
finish() {
|
||||
window.location.href = url;
|
||||
window.location.href = url + "/sales/invoices/create";
|
||||
},
|
||||
},
|
||||
};
|
||||
</script>
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user