优化
This commit is contained in:
parent
837e019909
commit
03efa8a0c6
@ -4,7 +4,7 @@
|
||||
<router-view></router-view>
|
||||
<div @dblclick="handleClick" class="hide">
|
||||
</div>
|
||||
<div v-if="!islzmanagement && isShow" class="login">
|
||||
<div v-if="isNodd && isShow" class="login">
|
||||
<el-input
|
||||
style="width:400px;"
|
||||
placeholder="请输入内容"
|
||||
@ -19,15 +19,13 @@
|
||||
|
||||
<script>
|
||||
import { apiLogin, apiSendSMS, apiUserInfo } from '@/api/data'
|
||||
import * as dd from 'dingtalk-jsapi'
|
||||
import { mapMutations } from 'vuex'
|
||||
let hostList = 'lzmanagement.ldxinyong.com'
|
||||
let thostList = 'tlzmanagement.ldxinyong.com'
|
||||
const islzmanagement = window.location.host.indexOf('hostList') > -1 && window.location.host.indexOf('hostList') < 0
|
||||
export default {
|
||||
data () {
|
||||
return {
|
||||
isShow: false,
|
||||
islzmanagement,
|
||||
isNodd: dd.other,
|
||||
input: localStorage.getItem('input'),
|
||||
verify: '888888',
|
||||
token: this.$cookies.get('token')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user