Commit 459d8f60 by 刘泽奇

123

parent 06da22ef
......@@ -588,7 +588,7 @@ axios.get("/web/common/metaCtl/getRouteConfig").then(d => {
},
postReq(path, data) {
return axios.post(path, data, { "headers": { 'codepath': this.codePath } }).then(function (r) {
if (r.status == -99) {
if (r.data.status == -99) {
$.removeCookie("userpin");
$.removeCookie("userName");
$.removeCookie("channelUserId");
......
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