[优化]名称更改
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 509 KiB After Width: | Height: | Size: 227 KiB |
@@ -35,8 +35,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '生产一体化协同运营平台',
|
||||
logo: logoImg
|
||||
title: '龙翔商贸一体化平台',
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="login">
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h3 class="title">生产一体化协同运营平台</h3>
|
||||
<h3 class="title">龙翔商贸一体化平台</h3>
|
||||
<el-form-item prop="username">
|
||||
<el-input
|
||||
v-model="loginForm.username"
|
||||
|
||||
@@ -17,7 +17,7 @@ export default {
|
||||
"top": 10.5,
|
||||
"height": 27,
|
||||
"width": 259,
|
||||
"title": "生产一体化协同运营平台标签打印测试",
|
||||
"title": "龙翔商贸一体化平台标签打印测试",
|
||||
"fontSize": 19,
|
||||
"fontWeight": "600",
|
||||
"textAlign": "center",
|
||||
|
||||
@@ -17,7 +17,7 @@ export default {
|
||||
"top": 10.5,
|
||||
"height": 27,
|
||||
"width": 259,
|
||||
"title": "生产一体化协同运营平台标签打印测试",
|
||||
"title": "龙翔商贸一体化平台标签打印测试",
|
||||
"fontSize": 19,
|
||||
"fontWeight": "600",
|
||||
"textAlign": "center",
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
<template>
|
||||
<div class="register">
|
||||
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form">
|
||||
<h3 class="title">生产一体化协同运营平台</h3>
|
||||
<h3 class="title">龙翔商贸一体化平台</h3>
|
||||
<el-form-item prop="username">
|
||||
<el-input v-model="registerForm.username" type="text" auto-complete="off" placeholder="账号">
|
||||
<svg-icon slot="prefix" icon-class="user" class="el-input__icon input-icon" />
|
||||
|
||||
Reference in New Issue
Block a user