|
@@ -263,7 +263,9 @@
|
|
|
var href = window.location.href;
|
|
|
if (href.indexOf('path') > 0) {
|
|
|
var path = href.split('path=')[1].split('&')[0];
|
|
|
- this.$router.push(path);
|
|
|
+ if (path == 'expense' || path == 'task') {
|
|
|
+ this.$router.push(path);
|
|
|
+ }
|
|
|
}
|
|
|
},
|
|
|
bindIfNessary() {
|