This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_web
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
产权交易问题修改
RongCheng
庞东旭
1 year ago
parent
7961f1f2c6
commit
265f7af181
1 changed files
with
2 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-3
static/js/common/main.js
+ 2
- 3
static/js/common/main.js
View File
@@ -152,9 +152,8 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) {
}
outLogin = function(){
tools.removeAllCookie();
tools.doPost(logout, {}, ()=>{
tools.doPost('/logout', {}, ()=>{
tools.removeAllCookie();
},true);
}
Write
Preview
Loading…
Cancel
Save