|
@@ -7,8 +7,8 @@
|
|
|
<a-col :xs="0" :md="0" :sm="12" :lg="14" :xl="16"></a-col>
|
|
|
<a-col :xs="24" :sm="24" :md="12" :lg="10" :xl="6">
|
|
|
<div class="login-container-form">
|
|
|
- <div class="login-container-hello">hello!</div>
|
|
|
- <div class="login-container-title">欢迎来到{{ companyName }}</div>
|
|
|
+ <!-- <div class="login-container-hello">hello!</div> -->
|
|
|
+ <div class="login-container-title">{{ companyName }}</div>
|
|
|
<a-form :model="form" @submit="handleSubmit" @submit.prevent>
|
|
|
<a-form-item>
|
|
|
<a-input v-model:value="form.username" placeholder="Username">
|
|
@@ -54,11 +54,12 @@
|
|
|
</div>
|
|
|
</a-col>
|
|
|
</a-row>
|
|
|
- <!-- <div class="login-container-tips">
|
|
|
- 基于vue{{ dependencies['vue'] }}
|
|
|
+ <div class="login-container-tips">
|
|
|
+ <!-- 基于vue{{ dependencies['vue'] }}
|
|
|
+ ant-design-vue
|
|
|
- {{ dependencies['ant-design-vue'] }}开发
|
|
|
- </div> -->
|
|
|
+ {{ dependencies['ant-design-vue'] }}开发 -->
|
|
|
+ 上海永天科技股份有限公司
|
|
|
+ </div>
|
|
|
</div>
|
|
|
</template>
|
|
|
<script>
|
|
@@ -87,7 +88,7 @@ export default {
|
|
|
dependencies: dependencies,
|
|
|
devDependencies: devDependencies,
|
|
|
|
|
|
- companyName: '永天电力后台管理系统',
|
|
|
+ companyName: '永天智慧电力平台',
|
|
|
backdropUrl: require('@/assets/login_images/login_background.png'),
|
|
|
}
|
|
|
},
|
|
@@ -108,7 +109,7 @@ export default {
|
|
|
mounted() {
|
|
|
|
|
|
//根据不同的域名,显示不同的title和背景图
|
|
|
- this.companyName='永天电力后台管理系统'
|
|
|
+ this.companyName='永天智慧电力平台'
|
|
|
this.backdropUrl=require('@/assets/login_images/login_background.png')
|
|
|
|
|
|
// if (window.location.host.indexOf('localhost') != -1) {
|