题库加货车 #15

Merged
qiushanhe merged 1 commits from dev-qsh into master 2023-10-11 11:51:19 +08:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit fe708bd2a8 - Show all commits

View File

@@ -6,6 +6,7 @@
<el-radio-group v-model="queryParams.carTypeId">
<el-radio :label="1001">小车</el-radio>
<el-radio :label="1002">摩托车</el-radio>
<el-radio :label="1003">货车</el-radio>
</el-radio-group>
</el-form-item>
<el-form-item label="科目">

View File

@@ -34,7 +34,7 @@ module.exports = {
open: true,
proxy: {
[process.env.VUE_APP_BASE_API + '/driver-api']: {
target: `https://jwl.ahduima.com/driver-api/`,
target: `http://118.31.23.45:8888/driver-api/`,
// target: `http://localhost:8888/driver-api/`,
changeOrigin: true,
pathRewrite: {