doum
2 天以前 22881a4d6409c7d17867e1d40bf81a13578208df
pda/pages/index/login.vue
@@ -4,9 +4,6 @@
    <image class="login_logo" src="@/static/logo@2x.png" mode="widthFix" />
    <view class="login_title" style="marginTop: 40rpx;">安泰物流智慧园区</view>
    <view class="login_title" style="marginBottom: 60rpx;">数字化月台调度平台</view>
      <view class="">
         {{err}}
      </view>
    <view class="login_list">
      <view class="login_list_item">
        <image src="@/static/login_ic_phone@2x.png" mode="widthFix" />
@@ -45,8 +42,8 @@
  data() {
    return {
      form: {
        username: '13996529050',
        password: '123456',
        username: '',
        password: '',
      },
         err: '',
      isShowProtocol: false,
@@ -91,7 +88,7 @@
            })
          }
        }, err => {
            this.err = JSON.stringify(err)
            // this.err = JSON.stringify(err)
         })
      },
    getContent() {