初始化提交项目
This commit is contained in:
parent
9ad1b6382d
commit
ac398daa72
|
|
@ -21,8 +21,8 @@
|
|||
<module name="hangtag-module-system-api" />
|
||||
<module name="hangtag-spring-boot-starter-protection" />
|
||||
<module name="hangtag-module-infra-biz" />
|
||||
<module name="hangtag-spring-boot-starter-web" />
|
||||
<module name="hangtag-server" />
|
||||
<module name="hangtag-spring-boot-starter-web" />
|
||||
<module name="hangtag-spring-boot-starter-websocket" />
|
||||
<module name="hangtag-spring-boot-starter-biz-tenant" />
|
||||
<module name="hangtag-module-system-biz" />
|
||||
|
|
|
|||
|
|
@ -1,6 +1,11 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="RemoteRepositoriesConfiguration">
|
||||
<remote-repository>
|
||||
<option name="id" value="central" />
|
||||
<option name="name" value="Central Repository" />
|
||||
<option name="url" value="https://repo.maven.apache.org/maven2" />
|
||||
</remote-repository>
|
||||
<remote-repository>
|
||||
<option name="id" value="aliyunmaven" />
|
||||
<option name="name" value="aliyun" />
|
||||
|
|
|
|||
|
|
@ -1,16 +0,0 @@
|
|||
package cn.hangtag;
|
||||
|
||||
import com.alibaba.druid.filter.config.ConfigTools;
|
||||
|
||||
import java.security.NoSuchAlgorithmException;
|
||||
import java.security.NoSuchProviderException;
|
||||
|
||||
public class asdas {
|
||||
public static void main(String[] args) throws Exception {
|
||||
String password = "test@123";
|
||||
String[] arr = ConfigTools.genKeyPair(512);
|
||||
System.out.println("privateKey:" + arr[0]);
|
||||
System.out.println("publicKey:" + arr[1]);
|
||||
System.out.println("password:" + ConfigTools.encrypt(arr[0], password));
|
||||
}
|
||||
}
|
||||
|
|
@ -15,7 +15,7 @@
|
|||
<LoginFormTitle style="width: 100%" />
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
<el-col :span="24" style="padding-right: 10px; padding-left: 10px">
|
||||
<!-- <el-col :span="24" style="padding-right: 10px; padding-left: 10px">
|
||||
<el-form-item v-if="loginData.tenantEnable === 'true'" prop="tenantName">
|
||||
<el-input
|
||||
v-model="loginData.loginForm.tenantName"
|
||||
|
|
@ -25,7 +25,7 @@
|
|||
type="primary"
|
||||
/>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
</el-col>-->
|
||||
<el-col :span="24" style="padding-right: 10px; padding-left: 10px">
|
||||
<el-form-item prop="username">
|
||||
<el-input
|
||||
|
|
@ -58,9 +58,9 @@
|
|||
{{ t('login.remember') }}
|
||||
</el-checkbox>
|
||||
</el-col>
|
||||
<el-col :offset="6" :span="12">
|
||||
<!-- <el-col :offset="6" :span="12">
|
||||
<el-link style="float: right" type="primary">{{ t('login.forgetPassword') }}</el-link>
|
||||
</el-col>
|
||||
</el-col>-->
|
||||
</el-row>
|
||||
</el-form-item>
|
||||
</el-col>
|
||||
|
|
|
|||
|
|
@ -22,9 +22,9 @@
|
|||
<el-tab-pane :label="t('profile.info.resetPwd')" name="resetPwd">
|
||||
<ResetPwd />
|
||||
</el-tab-pane>
|
||||
<el-tab-pane :label="t('profile.info.userSocial')" name="userSocial">
|
||||
<!-- <el-tab-pane :label="t('profile.info.userSocial')" name="userSocial">
|
||||
<UserSocial v-model:activeName="activeName" />
|
||||
</el-tab-pane>
|
||||
</el-tab-pane>-->
|
||||
</el-tabs>
|
||||
</div>
|
||||
</el-card>
|
||||
|
|
|
|||
Loading…
Reference in New Issue