fix : 修复需求汇总的征集名称匹配及注释部分log
This commit is contained in:
@@ -6,7 +6,6 @@ import {ElLoading} from 'element-plus'
|
||||
const authStore = useAuthStore()
|
||||
const router = useRouter();
|
||||
const tokenValue = reactive(router.currentRoute.value.query.token)
|
||||
console.log('tokenValue', tokenValue)
|
||||
const init = () => {
|
||||
const loading = ElLoading.service({
|
||||
lock: true,
|
||||
@@ -16,7 +15,6 @@ const init = () => {
|
||||
if (authStore.casToken(tokenValue)) {
|
||||
loading.close()
|
||||
const toView = sessionStorage.getItem('toView')
|
||||
console.log(toView, 'toView');
|
||||
if (toView) {
|
||||
let parse = JSON.parse(toView);
|
||||
window.location.href = window.location.origin + parse.path + parse.query
|
||||
|
||||
Reference in New Issue
Block a user