Commit 839c23c3 by liang ce

eslint修改

parent d639009e
......@@ -48,7 +48,6 @@ const config = {
return new Promise((resolve, reject) => {
ispermission().then(res => {
// 判断登陆状态
debugger
if (res === 40003) {
resolve('noPermission')
} else {
......
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