| | |
| | | <el-carousel-item> |
| | | <img src="@/assets/images/img1.png" style="margin-top: -30px"> |
| | | <div class="itemLabel"> |
| | | <p class="title">智慧物联</p> |
| | | <p class="title" :style="{color:$store.state.settings.theme}">智慧物联</p> |
| | | <p class="content">生产现场数据实时采集、 传递、多维度可视化呈现</p> |
| | | </div> |
| | | </el-carousel-item> |
| | | <el-carousel-item> |
| | | <img src="@/assets/images/img2.png" style="margin-top: -30px"> |
| | | <div class="itemLabel"> |
| | | <p class="title">精益思维</p> |
| | | <p class="title" :style="{color:$store.state.settings.theme}">精益思维</p> |
| | | <p class="content">运用精益思想和IT系统技 术打造工厂制造协同平台</p> |
| | | </div> |
| | | </el-carousel-item> |
| | | <el-carousel-item> |
| | | <img src="@/assets/images/img3.png" style="margin-top: -30px"> |
| | | <div class="itemLabel"> |
| | | <p class="title">行业组件</p> |
| | | <p class="title" :style="{color:$store.state.settings.theme}">行业组件</p> |
| | | <p class="content">基于制造模型快速灵活地 配置客户专属的应用场景</p> |
| | | </div> |
| | | </el-carousel-item> |
| | |
| | | <el-button |
| | | :loading="loading" |
| | | type="primary" |
| | | style="width:100%;margin-top:20px;" |
| | | style="width:100%;margin-top:20px;letter-spacing: 10px" |
| | | @click.native.prevent="handleLogin" |
| | | >登录 |
| | | </el-button> |
| | |
| | | usercode, |
| | | username, |
| | | usertype, |
| | | userid |
| | | userid, |
| | | rid: '' |
| | | } |
| | | const res = await ForcedOffline(data) |
| | | if (res.code === '200') { |