This commit is contained in:
parent
7bc704dca5
commit
dec639127e
|
@ -26,5 +26,5 @@ app.$mount()
|
||||||
import http from "@/request/index.js"
|
import http from "@/request/index.js"
|
||||||
Vue.prototype.http=http
|
Vue.prototype.http=http
|
||||||
|
|
||||||
Vue.prototype.socketUrl = "ws://61.130.44.231/webSocket"
|
Vue.prototype.socketUrl = "wss://61.130.44.231/webSocket"
|
||||||
// Vue.prototype.socketUrl = "ws://yxx.ydool.net/webSocket"
|
// Vue.prototype.socketUrl = "wss://yxx.ydool.net/webSocket"
|
|
@ -14,6 +14,7 @@
|
||||||
<view :class="tab == 0?'choosed':'unchoosed'" @click="pwdLog()">
|
<view :class="tab == 0?'choosed':'unchoosed'" @click="pwdLog()">
|
||||||
密码登录
|
密码登录
|
||||||
</view>
|
</view>
|
||||||
|
<view class="whiteBox"></view>
|
||||||
<view :class="tab == 1?'choosed':'unchoosed'" @click="codeLog()">
|
<view :class="tab == 1?'choosed':'unchoosed'" @click="codeLog()">
|
||||||
验证码登录
|
验证码登录
|
||||||
</view>
|
</view>
|
||||||
|
@ -33,12 +34,12 @@
|
||||||
<u-input placeholder="请输入验证码" border="bottom" clearable v-model="userInfo.code">
|
<u-input placeholder="请输入验证码" border="bottom" clearable v-model="userInfo.code">
|
||||||
<template slot="suffix">
|
<template slot="suffix">
|
||||||
<u-code ref="uCode" @change="codeChange" seconds="60" changeText="X秒重新获取"></u-code>
|
<u-code ref="uCode" @change="codeChange" seconds="60" changeText="X秒重新获取"></u-code>
|
||||||
<u-button @click="getCode" :text="tips" :hairline="false" plain style="border: 0px;">
|
<u-button @click="getCode" :text="tips" :hairline="false" plain style="border: 0px; height: 21px;">
|
||||||
</u-button>
|
</u-button>
|
||||||
</template>
|
</template>
|
||||||
</u-input>
|
</u-input>
|
||||||
</u-form-item>
|
</u-form-item>
|
||||||
<u-button text="登录" size="large" throttleTime=1000 color="#99241B" style="margin-top: 84rpx;"
|
<u-button text="登录" size="large" throttleTime=1000 color="#99241B" style="margin-top: 84rpx; height: 40px;"
|
||||||
@click="login()">
|
@click="login()">
|
||||||
</u-button>
|
</u-button>
|
||||||
<view class="other_op">
|
<view class="other_op">
|
||||||
|
@ -210,22 +211,23 @@
|
||||||
.tab_op {
|
.tab_op {
|
||||||
height: 60rpx;
|
height: 60rpx;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 60rpx;
|
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
font-size: 16px;
|
font-size: 16px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
|
||||||
.choosed {
|
.choosed {
|
||||||
width: 200rpx;
|
|
||||||
text-align: center;
|
|
||||||
color: #99241B;
|
color: #99241B;
|
||||||
float: left;
|
float: left;
|
||||||
font-size: 17px;
|
font-size: 17px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.whiteBox{
|
||||||
|
width: 60rpx;
|
||||||
|
height: 60rpx;
|
||||||
|
float: left;
|
||||||
|
}
|
||||||
|
|
||||||
.unchoosed {
|
.unchoosed {
|
||||||
width: 200rpx;
|
|
||||||
text-align: center;
|
|
||||||
color: #32333B;
|
color: #32333B;
|
||||||
float: left;
|
float: left;
|
||||||
}
|
}
|
||||||
|
|
|
@ -383,7 +383,7 @@
|
||||||
honorList: [''],
|
honorList: [''],
|
||||||
StandradList: [''],
|
StandradList: [''],
|
||||||
peopleSkillColums: [
|
peopleSkillColums: [
|
||||||
["天才", "卓越", "平平"]
|
["无", "乡镇人才", "县级人才", "乡镇人才", "市级人才", "省级人才", "国家级人才"]
|
||||||
],
|
],
|
||||||
Zucolumns: [
|
Zucolumns: [
|
||||||
["汉族", "朝鲜族"],
|
["汉族", "朝鲜族"],
|
||||||
|
|
Loading…
Reference in New Issue