|
|
@@ -75,6 +75,7 @@ export class SessionAutoLoginService {
|
|
|
try {
|
|
|
const url = new URL(window.location.href);
|
|
|
url.searchParams.delete('data');
|
|
|
+ url.searchParams.delete('operatorId');
|
|
|
|
|
|
// 使用replaceState避免在浏览器历史中留下记录
|
|
|
window.history.replaceState({}, '', url.toString());
|