qsh 5 days ago
parent 87d1d50821
commit b543dd9c2e
  1. 5
      .env.base
  2. 6
      src/views/Question/Database/index.vue

@ -6,9 +6,8 @@ VITE_DEV=true
# 请求路径 # 请求路径
# VITE_BASE_URL='http://localhost:48080' # VITE_BASE_URL='http://localhost:48080'
VITE_BASE_URL='http://47.98.161.246: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://114.215.207.150:48080'
# 上传路径 # 上传路径
VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload' VITE_UPLOAD_URL='http://47.98.161.246:48080/admin-api/system/file/upload'

@ -144,7 +144,7 @@ const loading = ref(false)
const total = ref(0) const total = ref(0)
const tableList = ref([]) const tableList = ref([])
const queryParams = ref({ const queryParams = ref({
source: '1', source: 'YDT',
question: '', question: '',
carTypeId: '1001', carTypeId: '1001',
subject: '1', subject: '1',
@ -155,11 +155,11 @@ const queryParams = ref({
const sourceOptions = [ const sourceOptions = [
{ {
key: '1', key: 'JKJL',
label: '驾考精灵' label: '驾考精灵'
}, },
{ {
key: '2', key: 'YDT',
label: '驾校一点通' label: '驾校一点通'
} }
] ]

Loading…
Cancel
Save