This commit is contained in:
parent
3b034ff462
commit
9e627aaf48
|
@ -362,6 +362,7 @@ const closeDialog = () => {
|
|||
color: #fff;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
font-size: 18px;
|
||||
justify-content: space-between;
|
||||
margin-bottom: 10px;
|
||||
margin-top: 46px;
|
||||
|
|
|
@ -1831,8 +1831,8 @@ const autoScroll = () => {
|
|||
}
|
||||
};
|
||||
onBeforeMount(async () => {
|
||||
// document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d'
|
||||
// tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
document.cookie='lytoken=6b0e380b4a8f46baae4923f83faf670d'
|
||||
tools.data.set("token", "6b0e380b4a8f46baae4923f83faf670d");
|
||||
getData();
|
||||
getfw();
|
||||
setTimeout(() => {
|
||||
|
|
Loading…
Reference in New Issue