授权
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="getewayAdd">
|
<div class="getewayAdd">
|
||||||
|
<div class="addBox" v-show="pageShow">
|
||||||
<div class="tips">请确保以下信息全部由本人填写,本人对所填写内容的真实性和完整性负责</div>
|
<div class="tips">请确保以下信息全部由本人填写,本人对所填写内容的真实性和完整性负责</div>
|
||||||
<!-- 基本信息 -->
|
<!-- 基本信息 -->
|
||||||
<div class="title">基本信息</div>
|
<div class="title">基本信息</div>
|
||||||
@@ -301,7 +302,7 @@
|
|||||||
<div class="btn-wrapper">
|
<div class="btn-wrapper">
|
||||||
<div class="btn" hover-class="text-hover" @click="submit">提交</div>
|
<div class="btn" hover-class="text-hover" @click="submit">提交</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
<AiLogin ref="login"/>
|
<AiLogin ref="login"/>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@@ -369,6 +370,7 @@ export default {
|
|||||||
travelTypeDict: [],
|
travelTypeDict: [],
|
||||||
startAreaId: '',
|
startAreaId: '',
|
||||||
startAreaName: '',
|
startAreaName: '',
|
||||||
|
pageShow: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -392,8 +394,10 @@ export default {
|
|||||||
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
this.travelTypeDict = this.$dict.getDict('EP_travelType')
|
||||||
})
|
})
|
||||||
this.getewayList()
|
this.getewayList()
|
||||||
if(!this.token) {
|
if(!this.token.length) {
|
||||||
this.$refs.login.show()
|
this.$refs.login.show()
|
||||||
|
} else {
|
||||||
|
this.pageShow = true
|
||||||
this.form.gatewayId = decodeURIComponent(o.scene) || ''
|
this.form.gatewayId = decodeURIComponent(o.scene) || ''
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
@@ -642,6 +646,7 @@ export default {
|
|||||||
|
|
||||||
<style lang="scss" scoped>
|
<style lang="scss" scoped>
|
||||||
.getewayAdd {
|
.getewayAdd {
|
||||||
|
.addBox {
|
||||||
padding-bottom: 140px;
|
padding-bottom: 140px;
|
||||||
|
|
||||||
.tips {
|
.tips {
|
||||||
@@ -879,5 +884,6 @@ export default {
|
|||||||
padding: 0 32px;
|
padding: 0 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user