main
FOAM 2024-09-20 17:08:29 +08:00
parent 5c74590560
commit 9035249ad4
3 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ export default {
},
data() {
return {
title: 'YouChain',
title: 'WaMaS',
logo: Logo
}
}

View File

@ -15,7 +15,7 @@
<el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png" style="height: 100px;width: 100px" fit="fill"></el-avatar>
</div>
<h2 class="title" @click="bingLicense">
欢迎来到 YouChain Plus! 👋
欢迎来到 WaMaS Plus! 👋
</h2>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
@ -89,7 +89,7 @@ export default {
cookiePass: '',
loginForm: {
username: 'admin',
password: '123456',
password: '111222',
rememberMe: false,
code: '',
uuid: ''
@ -131,7 +131,7 @@ export default {
methods: {
handleCommand(command) {
if (command === 'en') {
this.$message('click on item ' + command)
this.$router.push('/login_en')
}
},

View File

@ -15,7 +15,7 @@
<el-avatar src="https://cube.elemecdn.com/0/88/03b0d39583f48206768a7534e55bcpng.png" style="height: 100px;width: 100px" fit="fill"></el-avatar>
</div>
<h2 class="title" @click="bingLicense">
WelCome to YouChain Plus! 👋
WelCome to WaMaS Plus! 👋
</h2>
<el-form-item prop="username">
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="account number">
@ -89,7 +89,7 @@ export default {
cookiePass: '',
loginForm: {
username: 'admin',
password: '123456',
password: '111222',
rememberMe: false,
code: '',
uuid: ''
@ -133,7 +133,7 @@ export default {
// eslint-disable-next-line no-empty
if (command === 'zh') {
this.$message('click on item ' + command)
this.$router.push('/login')
}
},