diff --git a/.env.development b/.env.development index 4bb7cf9..536731e 100644 --- a/.env.development +++ b/.env.development @@ -5,4 +5,4 @@ VITE_APP_TITLE = 代理管理系统 VITE_APP_ENV = 'development' # 代理管理系统/开发环境 -VITE_APP_BASE_API = '/ff-api' +VITE_APP_BASE_API = '/dev-api' diff --git a/dist.rar b/dist.rar new file mode 100644 index 0000000..1e24af7 Binary files /dev/null and b/dist.rar differ diff --git a/src/components/TenantSelect/index.vue b/src/components/TenantSelect/index.vue new file mode 100644 index 0000000..6e2a06f --- /dev/null +++ b/src/components/TenantSelect/index.vue @@ -0,0 +1,114 @@ + + + + \ No newline at end of file diff --git a/src/views/agent/index.vue b/src/views/agent/index.vue index f22ba7c..61ba5b0 100644 --- a/src/views/agent/index.vue +++ b/src/views/agent/index.vue @@ -333,6 +333,7 @@ function submitForm() { tenantType: form.value.tenantType, timeZone: form.value.timeZone, scoreRatio: form.value.scoreRatio, + googleCode: form.value.googleCode, } createAgent(dataObj).then(response => { loadingButton.value = false; diff --git a/src/views/betting/gameRecords/index.vue b/src/views/betting/gameRecords/index.vue index 8f6671f..43986a5 100644 --- a/src/views/betting/gameRecords/index.vue +++ b/src/views/betting/gameRecords/index.vue @@ -3,15 +3,7 @@