From 6a05f9367f889127fce717475f9156c69afb2ef0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Fri, 25 Dec 2020 15:06:24 +0800 Subject: [PATCH] 'commit' --- dsBaseRpc/Linux上安装Go环境+配置DLV.txt | 8 +++++++- dsBaseRpc/Tools/SystemAccount/SystemAccount.go | 4 ++-- dsBaseWeb/Html/pages/personalCenter/bindUser.html | 8 ++------ 3 files changed, 11 insertions(+), 9 deletions(-) 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 @@