init
This commit is contained in:
@@ -76,13 +76,13 @@
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row>
|
||||
<el-col :span="12">
|
||||
<el-col :span="24">
|
||||
<el-form-item label="学历" prop="filterEducation">
|
||||
<el-col :span="4">
|
||||
<el-checkbox v-model="form.filterEducationBx">不限</el-checkbox>
|
||||
</el-col>
|
||||
<el-col :span="20">
|
||||
<el-select v-if="form.filterEducationBx === false" v-model="form.filterEducation" clearable size="small" style="width: 95%">
|
||||
<el-select v-if="form.filterEducationBx === false" multiple v-model="form.filterEducation" clearable size="small" style="width: 95%">
|
||||
<el-option
|
||||
v-for="dict in userEducationList"
|
||||
:key="dict.value"
|
||||
|
||||
@@ -35,8 +35,8 @@ module.exports = {
|
||||
proxy: {
|
||||
// detail: https://cli.vuejs.org/config/#devserver-proxy
|
||||
[process.env.VUE_APP_BASE_API]: {
|
||||
// target: `http://localhost:8080`,
|
||||
target: `http://xq.qiqizl.com/prod-api`,
|
||||
target: `http://localhost:8080`,
|
||||
// target: `http://xq.qiqizl.com/prod-api`,
|
||||
changeOrigin: true,
|
||||
pathRewrite: {
|
||||
['^' + process.env.VUE_APP_BASE_API]: ''
|
||||
|
||||
Reference in New Issue
Block a user