From 16fbbddb45ec387f359358da77f81bfbbb3644fc Mon Sep 17 00:00:00 2001 From: Surpriseplus <845948745@qq.com> Date: 星期一, 17 十月 2022 16:26:37 +0800 Subject: [PATCH] 黑白名单,令牌管理,综合展示修改 --- src/views/maintenance/tokentool.vue | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/views/maintenance/tokentool.vue b/src/views/maintenance/tokentool.vue index df6fea4..1e2d131 100644 --- a/src/views/maintenance/tokentool.vue +++ b/src/views/maintenance/tokentool.vue @@ -490,8 +490,8 @@ if (this.ruleForm.value != null) { this.listData.type = parseInt(this.ruleForm.value); } - debugger; const data = await select_Token_ByPageAndCount(this.listData); + console.log('Token鑾峰彇', data); if (data.code != 200) { this.$message.error('鍒楄〃璋冪敤澶辫触'); } -- Gitblit v1.9.3