Browse Source

登录页面

dev-V1.0.8
wangmingyong@163.com 2 weeks ago
parent
commit
ed0e836484
  1. 4
      zdxt-web-client/zdxt-admin-plus-ui/.env.development-wmy-cust
  2. 15
      zdxt-web-client/zdxt-admin-plus-ui/src/views/login.vue

4
zdxt-web-client/zdxt-admin-plus-ui/.env.development-wmy-cust

@ -1,8 +1,8 @@
# VITE_APP_PROXY_TARGET = 'http://139.186.148.21:8080'
# VITE_APP_PROXY_TARGET = 'http://10.132.108.3:85/efcode20-sup-web/prod-api'
# VITE_APP_PROXY_TARGET = 'http://172.16.21.213:8080'
VITE_APP_PROXY_TARGET = 'http://172.16.21.213:8080'
# VITE_APP_PROXY_TARGET = 'http://172.16.21.93:8080'
VITE_PROXY_TARGET = 'http://172.16.20.72:8080'
# VITE_PROXY_TARGET = 'http://172.16.20.72:8080'
# 页面标题
VITE_APP_TITLE = 执法监督码•执法监督
VITE_APP_LOGO_TITLE = 执法监督码•执法监督

15
zdxt-web-client/zdxt-admin-plus-ui/src/views/login.vue

@ -272,8 +272,8 @@ const doSocialLogin = (type: string) => {
};
onMounted(() => {
getCode();
initTenantList();
// getCode();
// initTenantList();
getLoginData();
});
</script>
@ -327,12 +327,13 @@ onMounted(() => {
/* ===== 右侧表单区 ===== */
.loginbox {
position: relative;
flex: 0 0 35%;
flex: 0 0 42%;
display: flex;
flex-direction: column;
justify-content: center;
//justify-content: center;
letter-spacing: 2px;
margin-left: 5%;
margin-left: 6%;
top:-50px;
}
.loginbox h1 {
@ -349,14 +350,14 @@ onMounted(() => {
}
.inptit {
margin: 0 0 6px 5%;
margin: 0 0 0px 5%;
font-size: 16px;
color: #000;
font-weight: 500;
}
.form-input {
margin: 0 5%;
margin: 0 3%;
width: 90%;
:deep(.el-input__wrapper) {

Loading…
Cancel
Save