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