diff --git a/dsBaseRpc/Linux上安装Go环境+配置DLV.txt b/dsBaseRpc/Linux上安装Go环境+配置DLV.txt index dfd034ee..0a660312 100644 --- a/dsBaseRpc/Linux上安装Go环境+配置DLV.txt +++ b/dsBaseRpc/Linux上安装Go环境+配置DLV.txt @@ -36,4 +36,10 @@ go build -gcflags "all=-N -l" -o ./build/dsBaseRpc main.go //panic(400) #golang解决中文乱码的方法 -https://www.cnblogs.com/mo3408/p/12216695.html \ No newline at end of file +https://www.cnblogs.com/mo3408/p/12216695.html + + +go mod download + +【Go第三方包代理】Go第三方包代理设置 — GOPROXY +https://blog.csdn.net/tmt123421/article/details/88665248 \ No newline at end of file diff --git a/dsBaseRpc/Tools/SystemAccount/SystemAccount.go b/dsBaseRpc/Tools/SystemAccount/SystemAccount.go index 9ebb5e34..007f5f3e 100644 --- a/dsBaseRpc/Tools/SystemAccount/SystemAccount.go +++ b/dsBaseRpc/Tools/SystemAccount/SystemAccount.go @@ -250,8 +250,8 @@ func AddSuperManager() { modelLoginPerson := new(models.TSysLoginperson) modelLoginPerson.Id = CommonUtil.GetUUID() modelLoginPerson.LoginName = accountArray[0].LoginName - modelLoginPerson.Pwd = LdapUtil.GetLdapPassword("123456") - modelLoginPerson.OriginalPwd = "123456" + modelLoginPerson.Pwd = LdapUtil.GetLdapPassword("DsideaL147258369") + modelLoginPerson.OriginalPwd = "DsideaL147258369" modelLoginPerson.IdentityId = 1 modelLoginPerson.PersonId = model.PersonId modelLoginPerson.PersonName = model.Xm diff --git a/dsBaseWeb/Html/pages/personalCenter/bindUser.html b/dsBaseWeb/Html/pages/personalCenter/bindUser.html index b45199ae..7bed8a92 100644 --- a/dsBaseWeb/Html/pages/personalCenter/bindUser.html +++ b/dsBaseWeb/Html/pages/personalCenter/bindUser.html @@ -19,7 +19,7 @@
- +
@@ -27,7 +27,7 @@
- +
@@ -47,11 +47,7 @@ $(function() { var openId = Base64.decode(getUrlParam("open_id")); var typeId = getUrlParam("type_id"); - - - $("#bind").click(function() { - var userName = $("#usernameTxt").val(); var passWord = $("#passwordTxt").val(); var sessionId;