Commit 2934aa7e by 王昆

gsb

parent 68b1b658
<component name="InspectionProjectProfileManager">
<profile version="1.0">
<option name="myName" value="Project Default" />
<inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" />
</profile>
</component>
\ No newline at end of file
...@@ -84,7 +84,6 @@ class LaoActionApi extends APIBase { ...@@ -84,7 +84,6 @@ class LaoActionApi extends APIBase {
29: this.companyConfig.yd, 29: this.companyConfig.yd,
30: this.companyConfig.tfb 30: this.companyConfig.tfb
} }
} }
async testAES(pobj) { async testAES(pobj) {
...@@ -316,7 +315,8 @@ class LaoActionApi extends APIBase { ...@@ -316,7 +315,8 @@ class LaoActionApi extends APIBase {
}; };
await this.logSve.SaveLogInfo(parm); await this.logSve.SaveLogInfo(parm);
return system.getResult("退出登录成功!"); return system.getResult("退出登录成功!");
} catch { } catch (error) {
console.log(error);
return system.getResult(null, "退出登录失败!"); return system.getResult(null, "退出登录失败!");
} }
} }
......
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