819527061@qq.com
2025-01-08 1618162f712fc414702bce924ff367397ff8ec1d
src/assets/js/ByUtils.js
@@ -277,7 +277,9 @@
            console.log(response)
        if (data && data.code==0) {
                callBackFunction(data);
            } else {
            } else if(data.code==1) {
            callBackFunction(data);
        }else {
                if(data.message=='-9999'){
                    vm.$router.push({'path': '/login'});
                    vm.$alert('会话结束,请重新登录', {'title': '提示', 'type': 'warning', 'center': true, 'showClose': false});