xbx #134

Merged
theluyuan merged 34 commits from xbx into master 2020-11-18 06:56:15 +00:00
Showing only changes of commit c493582885 - Show all commits

View File

@ -23,8 +23,8 @@ export function countadd(){
}
export function countdel(){
if(count != 0){
count--;
setTimeout(()=>{
count--;
if(count == 0){
login();
div.style.display = "none"
@ -45,8 +45,8 @@ axios.interceptors.request.use((config)=>{
axios.interceptors.response.use((response)=>{
// console.log(response)
if(count != 0){
count--;
setTimeout(()=>{
count--;
if(count == 0){
login();
div.style.display = "none"