Compare commits
No commits in common. "e5506bab066c43df0ac1299e5eb76c4a7098035d" and "acb689b13fab4894a36ea7a55615f8c4cd8fa022" have entirely different histories.
e5506bab06
...
acb689b13f
@ -82,7 +82,6 @@ export default {
|
||||
this.port = window.location.port
|
||||
if (this.port === '9280') this.$router.push('/waterhome')
|
||||
if (this.port === '9290') this.$router.push('/constructionsitedata/analysis')
|
||||
if (this.port === '9405') this.$router.push('/template/templateInfo')
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
@ -1,6 +1,5 @@
|
||||
<template>
|
||||
<div class="login" id="loginDom">
|
||||
<div class="main-big-title" v-if="port === '9405'">汉丰湖Vlog短视频应用系统</div>
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h3 class="title">{{ title }}</h3>
|
||||
<el-form-item prop="username">
|
||||
@ -94,8 +93,7 @@ export default {
|
||||
captchaEnabled: false,
|
||||
// 注册开关
|
||||
register: false,
|
||||
redirect: undefined,
|
||||
port: window.location.port
|
||||
redirect: undefined
|
||||
};
|
||||
},
|
||||
watch: {
|
||||
@ -276,7 +274,7 @@ export default {
|
||||
break;
|
||||
case '9405':
|
||||
document.title = '汉丰湖Vlog短视频应用系统'
|
||||
this.title = '欢迎登录'
|
||||
this.title = '汉丰湖Vlog短视频应用系统'
|
||||
loginDom.style.backgroundImage = 'url(/images/vlog.png)'
|
||||
this.redirect = '/index'
|
||||
const dom133 = document.querySelector('.login-form')
|
||||
@ -345,16 +343,6 @@ export default {
|
||||
height: 100%;
|
||||
background-image: url("../assets/images/login.png");
|
||||
background-size: 100% 100%;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.main-big-title {
|
||||
position: fixed;
|
||||
left: 16vw;
|
||||
top: 15vh;
|
||||
font-size: 36px;
|
||||
font-family: 'BiaoTiFont';
|
||||
letter-spacing: 2px;
|
||||
}
|
||||
.title {
|
||||
margin: 0px auto 30px auto;
|
||||
|
@ -140,10 +140,7 @@
|
||||
controls
|
||||
/>
|
||||
<div class="moving-card-info">
|
||||
<div class="moving-card-title">
|
||||
<span>{{ item.userName }}</span>
|
||||
<span style="padding-left: 1rem;">({{ item.userId }})</span>
|
||||
</div>
|
||||
<div class="moving-card-title">{{ item.equipName }}</div>
|
||||
<div class="moving-card-time">
|
||||
<span style="font-size: 12px;">{{ item.videoTime }}</span>
|
||||
<el-button
|
||||
|
Loading…
Reference in New Issue
Block a user