Commit 6877dffb authored by Xuguangxing's avatar Xuguangxing

feat: 重点- 更新login

parent cf449316
......@@ -28,9 +28,11 @@ export default {
console.log(item, value);
if (item === 'token' && value === '') {
localStorage.remove('token');
Cookies.remove('token');
}
if (item === 'vccToken' && value === '') {
localStorage.remove('vccToken');
Cookies.remove('vccToken');
}
if (value && value !== '{token}' && value !== '{vccToken}') {
console.log(item, value);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment