新增跳转授权

This commit is contained in:
启航老齐 2025-12-29 15:58:01 +08:00
parent 09ebdea2f9
commit 39b10060f0
1 changed files with 13 additions and 8 deletions

View File

@ -196,6 +196,7 @@
</el-form>
<div slot="footer" class="dialog-footer">
<el-button type="primary" @click="getTokenSubmit"> </el-button>
<el-button type="primary" @click="getTokenUrl" size="mini">去授权</el-button>
<el-button @click="cancel"> </el-button>
</div>
<!-- <div slot="footer" class="dialog-footer">-->
@ -296,6 +297,10 @@ export default {
};
this.resetForm("form");
},
getTokenUrl(){
console.log("手动跳转授权")
window.location.href = this.tokenForm.url
},
/** 搜索按钮操作 */
handleQuery() {
this.queryParams.pageNum = 1;