吕天方 1 year ago
commit 9d8ce4c09f

@ -6,12 +6,12 @@
# @FilePath: \Mudu2PC\.env.development
###
# 页面标题
VUE_APP_TITLE = 木渎二期管理系统
VUE_APP_TITLE = 苏州应急执法计划管理系统
# 开发环境配置
ENV = 'development'
# 木渎二期管理系统/开发环境
# 苏州应急执法计划管理系统/开发环境
# VUE_APP_BASE_API = 'http://localhost:9028'
VUE_APP_BASE_API = 'http://221.229.220.83:9028'

@ -1,8 +1,8 @@
# 页面标题
VUE_APP_TITLE = 木渎二期管理系统
VUE_APP_TITLE = 苏州应急执法计划管理系统
# 生产环境配置
ENV = 'production'
# 木渎二期管理系统/生产环境
# 苏州应急执法计划管理系统/生产环境
VUE_APP_BASE_API = 'http://221.229.220.83:9028'

@ -1,10 +1,10 @@
# 页面标题
VUE_APP_TITLE = 木渎二期管理系统
VUE_APP_TITLE = 苏州应急执法计划管理系统
NODE_ENV = production
# 测试环境配置
ENV = 'staging'
# 木渎二期管理系统/测试环境
# 苏州应急执法计划管理系统/测试环境
VUE_APP_BASE_API = '/stage-api'

@ -1,7 +1,7 @@
{
"name": "ruoyi",
"version": "3.8.6",
"description": "木渎二期管理系统",
"description": "苏州应急执法计划管理系统",
"author": "若依",
"license": "MIT",
"scripts": {

@ -6,7 +6,7 @@
:rules="loginRules"
class="login-form"
>
<h3 class="title">木渎二期管理系统</h3>
<h3 class="title">苏州应急执法计划管理系统</h3>
<el-form-item prop="username">
<el-input
v-model="loginForm.username"

@ -2,7 +2,7 @@
<div class="login">
<div class="loginTitle">
<div class="lg-img"></div>
<div class="lg-text">苏州应急执法计划管理系统</div>
<div class="lg-text">苏州应急执法计划管理系统</div>
</div>
<div class="lg-centerbox">
<el-form
@ -76,9 +76,7 @@
</div>
</el-form-item>
</el-form>
<div class="lg-backImg">
</div>
<div class="lg-backImg"></div>
</div>
<!-- 底部 -->
@ -87,8 +85,8 @@
</div> -->
</div>
</template>
<script>
<script>
import { getCodeImg } from "@/api/login";
import Cookies from "js-cookie";
import { encrypt, decrypt } from "@/utils/jsencrypt";
@ -191,8 +189,8 @@ export default {
},
};
</script>
<style rel="stylesheet/scss" lang="scss">
<style rel="stylesheet/scss" lang="scss">
.loginfooterbox .el-button {
background: #115ba4 !important;
border-color: #115ba4 !important;
@ -200,12 +198,12 @@ export default {
box-shadow: 0px 1px 9px 0px #ffffff;
border-radius: 27px;
}
.lg-backImg{
.lg-backImg {
height: 450px;
width: 517px;
background-size: 100% 100%;
background-image: url('../assets/images/ysLogin.png');
margin-right:140px;
background-image: url("../assets/images/ysLogin.png");
margin-right: 140px;
}
.login {
display: block;
@ -270,10 +268,10 @@ export default {
color: #1e2b3f;
font-family: "Alibaba-PuHuiTi-Regular.otf";
}
.lg-centerbox{
.lg-centerbox {
.el-checkbox {
margin-bottom: 22px !important;
}
margin-bottom: 22px !important;
}
}
.login-form {
@ -282,7 +280,7 @@ export default {
box-sizing: border-box;
padding: 35px 35px 5px 35px;
margin-right: 260px;
margin-top:20px;
margin-top: 20px;
background: rgba(229, 236, 246, 0.95);
box-shadow: 0px 1px 32px 0px #0c4990;
border-radius: 10px;
@ -329,4 +327,3 @@ export default {
height: 38px;
}
</style>

@ -6,7 +6,7 @@
:rules="registerRules"
class="register-form"
>
<h3 class="title">木渎二期后台管理系统</h3>
<h3 class="title">苏州应急执法计划管理系统</h3>
<el-form-item prop="username">
<el-input
v-model="registerForm.username"

Loading…
Cancel
Save