|
@ -132,7 +132,6 @@ router.beforeEach((to, from, next) => { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
let path = `${location.origin}${location.pathname === '/' ? '' : location.pathname}`; |
|
|
let path = `${location.origin}${location.pathname === '/' ? '' : location.pathname}`; |
|
|
debugger |
|
|
|
|
|
if (state && state.path) { |
|
|
if (state && state.path) { |
|
|
let finalUrl = `${path}#${state.path}?${paramsFormat(state.query)}`; |
|
|
let finalUrl = `${path}#${state.path}?${paramsFormat(state.query)}`; |
|
|
console.log(finalUrl, 'Final URL'); |
|
|
console.log(finalUrl, 'Final URL'); |
|
|