diff --git a/dist.rar b/dist.rar new file mode 100644 index 0000000..e0f22c1 Binary files /dev/null and b/dist.rar differ diff --git a/src/api/super/tenant.js b/src/api/super/tenant.js index 06fa83f..f345a2c 100644 --- a/src/api/super/tenant.js +++ b/src/api/super/tenant.js @@ -31,6 +31,14 @@ export function createTenantCreate(data) { data: data }) } + //谷歌验证解除 + export function updateSuperResetGoogleCode(data) { + return request({ + url: '/super/tenant/resetGoogleCode', + method: 'put', + data: data + }) + } //更新商户 export function updateSuperTenantEdit(data) { return request({ diff --git a/src/components/DictSelect/index.vue b/src/components/DictSelect/index.vue new file mode 100644 index 0000000..d5c7505 --- /dev/null +++ b/src/components/DictSelect/index.vue @@ -0,0 +1,83 @@ + + + + + + \ No newline at end of file diff --git a/src/components/SelectInputForm/index.vue b/src/components/SelectInputForm/index.vue new file mode 100644 index 0000000..265d273 --- /dev/null +++ b/src/components/SelectInputForm/index.vue @@ -0,0 +1,115 @@ + + + + + \ No newline at end of file diff --git a/src/layout/index.vue b/src/layout/index.vue index b952fe6..8327d5c 100644 --- a/src/layout/index.vue +++ b/src/layout/index.vue @@ -17,6 +17,7 @@ + diff --git a/src/views/agent/agentInformation/index.vue b/src/views/agent/agentInformation/index.vue index 567373b..1cb376d 100644 --- a/src/views/agent/agentInformation/index.vue +++ b/src/views/agent/agentInformation/index.vue @@ -387,7 +387,7 @@ function handleView(row) { currencyAgreement:row.currencyAgreement, tenantType: 1, } - getSelectPlatform(); + // getSelectPlatform(); openView.value = true; } @@ -408,7 +408,7 @@ function getSelectPlatform() { /** 新增按钮操作 */ function handleAdd() { reset(); - getSelectPlatform(); + // getSelectPlatform(); open.value = true; form.value.proportion = 20; title.value = proxy.t('添加代理'); diff --git a/src/views/betting/gameRecords/index.vue b/src/views/betting/gameRecords/index.vue index 460adfc..d281063 100644 --- a/src/views/betting/gameRecords/index.vue +++ b/src/views/betting/gameRecords/index.vue @@ -2,7 +2,7 @@