Merge branch 'main' of http://8.130.49.250:3000/admin/gr_report_web
This commit is contained in:
@@ -206,7 +206,7 @@ const handleLogin = async (params) => {
|
||||
authUtil.removeLoginForm()
|
||||
}
|
||||
authUtil.setToken(res)
|
||||
|
||||
|
||||
if (!redirect.value) {
|
||||
redirect.value = '/'
|
||||
}
|
||||
@@ -217,7 +217,7 @@ const handleLogin = async (params) => {
|
||||
const queryParams = new URLSearchParams(window.location.search);
|
||||
const ticketUrl = queryParams.get('url'); // 获取查询参数值,例如 ?paramName=value 中的 value
|
||||
const accessToken =authUtil.getAccessToken();
|
||||
|
||||
|
||||
console.log(accessToken);
|
||||
if(ticketUrl!=null){
|
||||
|
||||
|
||||
Reference in New Issue
Block a user