mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
1.修改前端页面,替换logo
This commit is contained in:
BIN
vue/src/assets/logo/logo.gif
Normal file
BIN
vue/src/assets/logo/logo.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.5 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 2.1 KiB |
@@ -14,7 +14,7 @@
|
||||
</template>
|
||||
|
||||
<script>
|
||||
import logoImg from '@/assets/logo/logo.png'
|
||||
import logoImg from '@/assets/logo/logo.gif'
|
||||
import variables from '@/assets/styles/variables.scss'
|
||||
|
||||
export default {
|
||||
@@ -35,7 +35,7 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
title: '物美智能物联网平台',
|
||||
title: 'FastBee物联网平台',
|
||||
logo: logoImg
|
||||
}
|
||||
}
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
<div class="guang"></div>
|
||||
<div class="d-flex jc-center">
|
||||
<div class="title">
|
||||
<span class="title-text">物美智能物联网平台</span>
|
||||
<span class="title-text">FastBee物联网平台</span>
|
||||
</div>
|
||||
</div>
|
||||
<div class="timers ">
|
||||
@@ -56,10 +56,10 @@ export default {
|
||||
},
|
||||
},
|
||||
computed:{
|
||||
|
||||
|
||||
},
|
||||
created(){
|
||||
|
||||
|
||||
},
|
||||
mounted() {
|
||||
this.timeFn();
|
||||
@@ -91,5 +91,5 @@ export default {
|
||||
<style lang="scss" >
|
||||
@import "./home.scss";
|
||||
@import '../../assets/bigScreen/css/theme/index.css';
|
||||
@import "../../assets/bigScreen/css/index.scss"
|
||||
@import "../../assets/bigScreen/css/index.scss";
|
||||
</style>
|
||||
|
||||
@@ -222,10 +222,10 @@
|
||||
<el-row :gutter="40">
|
||||
<el-col :xs="24" :sm="24" :md="10" :lg="10" :xl="10" style="padding:40px;">
|
||||
<div style="padding:30px;margin:20px 0;font-size:14px;">
|
||||
<div style="font-size:28px;font-weight:bold;margin-bottom:20px;">物美智能生活物联网平台</div>
|
||||
<div style="font-size:28px;font-weight:bold;margin-bottom:20px;">FastBee物联网平台</div>
|
||||
<div style="display:table;font-size:14px;margin-bottom:10px;">
|
||||
<div style="display:table-cell;line-height:22px;"><b style="color:#67C23A;margin-right:10px;">开源版本采用AGPL-3.0许可协议,商业用途需要获得授权</b>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<div style="display:table;margin-bottom:10px;">
|
||||
@@ -300,8 +300,8 @@
|
||||
</el-dialog>
|
||||
|
||||
<div style="width:100%;text-align:center;font-size:14px;color:#666;line-height:32px;margin-top:150px;">
|
||||
<span>Copyright © 2021-2022 <a href="https://wumei.live/" target="_blank">Wumei Smart</a> | <a href="https://wumei.live/" target="_blank">物美智能</a> | Apache License</span><br />
|
||||
<span>项目文档<a href="https://wumei.live/doc/" target="_blank"> https://wumei.live/doc/</a></span>
|
||||
<span>Copyright © 2021-2024 <a href="https://fastbee.cn/" target="_blank">FastBee</a> | <a href="https://fastbee.cn/" target="_blank">蜂信物联</a> | Apache License</span><br />
|
||||
<span>项目文档<a href="https://fastbee.cn/doc/" target="_blank"> https://fastbee.cn/doc/</a></span>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -540,7 +540,6 @@ export default {
|
||||
res.push({
|
||||
name: data[i].deviceName,
|
||||
value: geoCoord,
|
||||
serialNumber: data[i].serialNumber,
|
||||
status: data[i].status,
|
||||
isShadow: data[i].isShadow,
|
||||
firmwareVersion: data[i].firmwareVersion,
|
||||
|
||||
@@ -6,13 +6,11 @@
|
||||
<el-col :xs="24" :sm="24" :md="14" :lg="14" :xl="14">
|
||||
<div class="login-top hidden-sm-and-down">
|
||||
<h1>
|
||||
<a href="https://wumei.live/" target="_blank">物美智能 </a>
|
||||
-
|
||||
<a href="https://wumei.live/" target="_blank" style="">物联美好生活</a>
|
||||
<a href="https://wumei.live/" target="_blank">FastBee物联网平台</a>
|
||||
</h1>
|
||||
<h2><a href="https://wumei.live/" target="_blank">wumei smart</a> open source living iot platform</h2>
|
||||
<h2><a href="https://wumei.live/" target="_blank">FastBee</a> open source living iot platform</h2>
|
||||
|
||||
<div style="max-width:330px;text-align:left;margin:0 auto;">
|
||||
<div style="max-width:330px;text-align:left;margin:0 auto;">
|
||||
<div v-if="!bindAccount" style="padding:25px 0;">
|
||||
<span style="margin-right:10px;">登录方式</span>
|
||||
<el-button type="success" title="微信登录" size="mini" @click="authLogin" style="border:1px solid #fff;" disabled>
|
||||
@@ -63,7 +61,7 @@
|
||||
<el-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
|
||||
<el-form ref="loginForm" :model="loginForm" :rules="loginRules" class="login-form">
|
||||
<h3 class="title" v-if="!bindAccount">账号登录</h3>
|
||||
<h3 class="bindAccountTitle" v-else>绑定物美智能账户</h3>
|
||||
<h3 class="bindAccountTitle" v-else>绑定蜂信科技账户</h3>
|
||||
<el-form-item prop="username">
|
||||
<el-input v-model="loginForm.username" type="text" auto-complete="off" placeholder="账号">
|
||||
<svg-icon slot="prefix" icon-class="user" class="input-icon" />
|
||||
@@ -100,7 +98,7 @@
|
||||
</div>
|
||||
<!-- 底部 -->
|
||||
<div class="el-login-footer">
|
||||
<span>Copyright © 2018-2021 <a target="_blank" href="http://wumei.live">wumei smart</a> All Rights Reserved.</span>
|
||||
<span>Copyright © 2021-2024 <a target="_blank" href="https://fastbee.cn/">蜂信物联</a> All Rights Reserved.</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -6,11 +6,9 @@
|
||||
<el-col :xs="24" :sm="24" :md="14" :lg="14" :xl="14">
|
||||
<div class="login-top hidden-sm-and-down">
|
||||
<h1>
|
||||
<a href="https://wumei.live/" target="_blank" style="color:#FFF;">物美智能</a>
|
||||
-
|
||||
<a href="https://wumei.live/" target="_blank" style="color:#FFF;">物联美好生活</a>
|
||||
<a href="https://wumei.live/" target="_blank" style="color:#FFF;">FastBee物联网平台</a>
|
||||
</h1>
|
||||
<h2><a href="https://wumei.live/" target="_blank" style="color:#FFF;">wumei smart</a> open source living iot platform</h2>
|
||||
<h2><a href="https://wumei.live/" target="_blank" style="color:#FFF;">FastBee</a> open source living iot platform</h2>
|
||||
|
||||
<div style="max-width:330px;text-align:left;margin:0 auto;">
|
||||
<div v-if="!bindAccount" style="padding:25px 0;">
|
||||
@@ -43,7 +41,7 @@
|
||||
<el-col :xs="24" :sm="24" :md="8" :lg="8" :xl="8">
|
||||
<el-form ref="registerForm" :model="registerForm" :rules="registerRules" class="register-form" style="z-index:1000">
|
||||
<h3 class="title" v-if="!bindAccount">注册账号</h3>
|
||||
<h3 class="title" v-else>注册绑定物美智能账户</h3>
|
||||
<h3 class="title" v-else>注册绑定蜂信科技账户</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" />
|
||||
@@ -89,7 +87,7 @@
|
||||
</div>
|
||||
<!-- 底部 -->
|
||||
<div class="el-register-footer">
|
||||
<span>Copyright © 2018-2021 <a target="_blank" href="http://wumei.live">wumei smart</a> All Rights Reserved.</span>
|
||||
<span>Copyright © 2021-2024 <a target="_blank" href="https://fastbee.cn/">蜂信物联</a> All Rights Reserved.</span>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
@@ -362,7 +360,7 @@ export default {
|
||||
color:#666;
|
||||
}
|
||||
// IE10-11版本
|
||||
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
||||
input:-ms-input-placeholder{ /* Internet Explorer 10-11 */
|
||||
color:#666;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -147,7 +147,7 @@ import { makeUpHtml, vueTemplate, vueScript, cssStyle } from '@/utils/generator/
|
||||
import { makeUpJs } from '@/utils/generator/js'
|
||||
import { makeUpCss } from '@/utils/generator/css'
|
||||
import drawingDefalut from '@/utils/generator/drawingDefalut'
|
||||
import logo from '@/assets/logo/logo.png'
|
||||
import logo from '@/assets/logo/logo.gif'
|
||||
import CodeTypeDialog from './CodeTypeDialog'
|
||||
import DraggableItem from './DraggableItem'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user