token
This commit is contained in:
@@ -423,7 +423,7 @@ export default {
|
|||||||
// 授权登录
|
// 授权登录
|
||||||
getAuth() {
|
getAuth() {
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
if(this.token) {
|
if(this.token.length) {
|
||||||
this.form.gatewayId = this.scene
|
this.form.gatewayId = this.scene
|
||||||
const item = this.getewayData.filter(item=> item.value == this.scene)
|
const item = this.getewayData.filter(item=> item.value == this.scene)
|
||||||
this.form.gatewayName = item[0].label
|
this.form.gatewayName = item[0].label
|
||||||
|
|||||||
Reference in New Issue
Block a user