可信代码库-生产环境token覆盖问题解决
This commit is contained in:
@@ -708,7 +708,7 @@ watch(
|
||||
// 移除参数
|
||||
localStorage.removeItem('loginReturnUrl');
|
||||
const handleAuthLogin = (type: 'csdn' | 'gitee' | 'github') => {
|
||||
if (localStorage.getItem('access_token')) {
|
||||
if (localStorage.getItem('op_access_token')) {
|
||||
emits('close', true);
|
||||
} else {
|
||||
if (!status.value) {
|
||||
|
||||
Reference in New Issue
Block a user