From b543dd9c2edeebf9b0f65a72beab4be60a0afd12 Mon Sep 17 00:00:00 2001 From: qsh <> Date: Thu, 18 Sep 2025 10:32:40 +0800 Subject: [PATCH] sc --- .env.base | 5 ++--- src/views/Question/Database/index.vue | 6 +++--- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/.env.base b/.env.base index 5a22736..566c65d 100644 --- a/.env.base +++ b/.env.base @@ -6,9 +6,8 @@ VITE_DEV=true # 请求路径 # VITE_BASE_URL='http://localhost:48080' -VITE_BASE_URL='http://47.98.161.246:48080' -# VITE_BASE_URL='http://114.55.169.15:48080' -# VITE_BASE_URL='http://114.215.207.150:48080' +# VITE_BASE_URL='http://47.98.161.246:48080' +VITE_BASE_URL='http://114.215.207.150:48080' # 上传路径 VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload' diff --git a/src/views/Question/Database/index.vue b/src/views/Question/Database/index.vue index b49258b..4fa9bdc 100644 --- a/src/views/Question/Database/index.vue +++ b/src/views/Question/Database/index.vue @@ -144,7 +144,7 @@ const loading = ref(false) const total = ref(0) const tableList = ref([]) const queryParams = ref({ - source: '1', + source: 'YDT', question: '', carTypeId: '1001', subject: '1', @@ -155,11 +155,11 @@ const queryParams = ref({ const sourceOptions = [ { - key: '1', + key: 'JKJL', label: '驾考精灵' }, { - key: '2', + key: 'YDT', label: '驾校一点通' } ]