diff --git a/src/store/Modules/tools.ts b/src/store/Modules/tools.ts index 899f6f36..5bedfc79 100644 --- a/src/store/Modules/tools.ts +++ b/src/store/Modules/tools.ts @@ -7341,6 +7341,10 @@ export const tools = { return window.location.pathname }, + getFullCurrentUrl() { + return window.location.href + }, + isCurrentUrlSignUp() { return window.location.pathname.indexOf('signup') >= 0 }, diff --git a/src/views/user/mycircuit/mycircuit.vue b/src/views/user/mycircuit/mycircuit.vue index 2f6cff93..72f0584d 100755 --- a/src/views/user/mycircuit/mycircuit.vue +++ b/src/views/user/mycircuit/mycircuit.vue @@ -94,6 +94,82 @@
+
+
+ + + + + + + + {{ + $t('circuit.exit_circuit') + }} + + + + + + + + {{ $t('circuit.delete') }} + + + + + + + +
+
+
- - - - - - - - {{ - $t('circuit.exit_circuit') - }} - - - - - - - - {{ - $t('circuit.delete') - }} - - - - -