| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- <!--home.wxml-->
- <page>
- <view class="page-body">
- <view hidden="{{hiddenLogin}}" class="login-container">
- <view class="login-icon">
- <view style=" text-align: center;">
- <view class="imagebc">
- <image src="../../images/login2.jpg" class="imagetp"></image>
- </view>
- </view>
- </view>
- <view class="login-from">
- <view class="inputBoxContainer">
- <text class="loginText" style="font-size:1.3rem; text-align:center; margin-top:10rpx; margin-bottom: 20rpx;">大恒智能运维系统</text>
- <view class="inputBox">
- <!--账号-->
- <view class="inputView">
- <view class="nameInput">
- <image class="nameImage" src="../../images/user.png"></image>
- <label class="loginLab"></label>
- <input class="userText" placeholder="请输入账号" bindinput="loginIdInput" value="{{user}}"/>
- </view>
- </view>
- <view class="line">
- </view>
- <!--密码-->
- <view class="inputView">
- <view class="pwInput">
- <image class="keyImage" src="../../images/pw.png"></image>
- <label class="loginLab"></label>
- <input class="pwText" password="true" placeholder="请输入密码" value="{{password}}" bindinput="passwordInput" />
- </view>
- </view>
- <view class="line">
- </view>
- </view>
- </view>
- <!--按钮-->
- <view class="loginBtnView">
- <button class="loginBtn" hover-class="loginBtn-class" size="{{primarySize}}" loading="{{loading}}" plain="{{plain}}" disabled="{{disabled}}" bindtap="loginToTaishan">
- <text style="font-size:1rem;color:whitesmoke">登录</text></button>
- </view>
- <view style="margin-top: 20px;display: flex;flex-direction: row;justify-content: center;height: 50px;width: 100%;">
- <view >
- <switch type="checkbox" checked="{{rememberLoginInfoChecked}}" bindchange="rememberLoginInfoCheckboxChange" />
- </view>
- <text style="font-size:0.8rem;color:gray;margin-left: 10px;margin-top: 4px;height: 26px;">记住密码</text>
- </view>
- </view>
- </view>
- <view hidden="{{hiddenIndex}}" class="index-container">
- <view class="topImage"></view>
- <view class="menuBox">
- <view class="index-line">
- <view class="index-block">
- <view class="index-block-content" style="background-color:{{rtuBlockColor}};opacity: {{rtuBlockTouchStyle}};" data-menuid="1" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/rtu.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>测站管理</text>
- </view>
- </view>
- </view>
- <view class="index-block">
- <view class="index-block-content" style="background-color:{{projectBlockColor}};opacity: {{projectBlockTouchStyle}};" data-menuid="2" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/baseInfo-m.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>项目管理</text>
- </view>
- </view>
- </view>
- <view class="index-block">
- <view class="index-block-content" style="background-color:{{blueboothBlockColor}};opacity: {{blueboothBlockTouchStyle}};" data-menuid="3" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/bluetooth.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>蓝牙助手</text>
- </view>
- </view>
- </view>
- </view>
- <view class="index-line">
- <view class="index-block">
- <view class="index-block-content" style="background-color:{{projectImplementionBlockColor}};opacity: {{projectImplementionBlockTouchStyle}};" data-menuid="4" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/report.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>项目施工上报</text>
- </view>
- </view>
- </view>
- <!-- <view class="index-block">
- <view class="index-block-content" style="background-color:{{checkBlockColor}};opacity: {{checkReportBlockTouchStyle}};" data-menuid="5" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/proj.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>巡检上报</text>
- </view>
- </view>
- </view> -->
- <view class="index-block">
- <view class="index-block-content" style="background-color:{{mapNavBlockColor}};opacity: {{mapNavBlockTouchStyle}};" data-menuid="6" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/setting.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>测站导航</text>
- </view>
- </view>
- </view>
- <view class="index-block">
- <view class="index-block-content" style="background-color:{{helpBlockColor}};opacity: {{helpBlockTouchStyle}};" data-menuid="7" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/help.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>帮助文档</text>
- </view>
- </view>
- </view>
- </view>
- <!-- <view class="index-line">
- <view class="index-block">
- <view class="index-block-content" style="background-color:{{helpBlockColor}};opacity: {{helpBlockTouchStyle}};" data-menuid="7" bindtap="toMenu" bindtouchstart="menuTouchDown" bindtouchend="menuTouchUp">
- <view class="index-block-content-image-line">
- <image src="../../images/help.png"> </image>
- </view>
- <view class="index-block-content-title-line">
- <text>帮助文档</text>
- </view>
- </view>
- </view>
- <view class="index-block">
-
- </view>
- <view class="index-block">
-
- </view>
- </view> -->
- </view>
- </view>
- </view>
- <view class="page-footer">
- <view style=" display:flex; flex-direction: row;justify-content: center;margin-bottom:5px;">
- <button type="default" size="mini" hidden="{{hiddenFooter}}" bindtap="logout">注销</button>
- <!-- <text hidden="{{hiddenFooter}}" style="margin-right:20px;font-size:0.8rem;color:red; border-bottom: 1px red solid;" bindtap="logout">注销</text> -->
- </view>
- <text>北京大恒软件技术有限公司版权所有</text>
- <text>v1.2.12</text>
- </view>
- <!-- <mp-dialog title="test" show="{{true}}" bindbuttontap="tapDialogButton" buttons="{{[{text: '取消'}, {text: '确认'}]}}">
- <view>test content</view>
- </mp-dialog> -->
- </page>
|