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
df2aa6ab58
commit
b47d773420
2 changed files
with
9 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
static/js/api/user.js
+3
-0
static/js/common/main.js
+ 6
- 0
static/js/api/user.js
View File
@@ -2,6 +2,12 @@
* 用户类
-----------------*/
/*
@purl /transaction/website/member/{id}
@param
*/
var logout = '/logout' //修改用户信息类接口
/*
@purl /transaction/website/member/{id}
@param
+ 3
- 0
static/js/common/main.js
View File
@@ -153,6 +153,9 @@ require(["jquery", "Tools","addressApi"], function ($, Tools) {
outLogin = function(){
tools.removeAllCookie();
tools.doPost(logout, {}, ()=>{
},true);
}
goIndex = function(){
Write
Preview
Loading…
Cancel
Save