This commit is contained in:
FLL 2025-08-11 15:04:32 +08:00
parent ac30c32fcc
commit 931bdfcddd
3 changed files with 10 additions and 3 deletions

View File

@ -182,7 +182,7 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Textarea', component: 'Textarea',
}, },
{ {
label: '人像图片', label: '社区/园区图片',
fieldName: 'img', fieldName: 'img',
component: 'ImageUpload', component: 'ImageUpload',
componentProps: { componentProps: {

View File

@ -141,6 +141,12 @@ export const modalSchema: FormSchemaGetter = () => [
component: 'Input', component: 'Input',
rules: 'required', rules: 'required',
}, },
{
label: '邀约单位',
fieldName: 'interviewedUnit',
component: 'Input',
rules: 'required',
},
{ {
label: '联系电话', label: '联系电话',
fieldName: 'interviewedPhone', fieldName: 'interviewedPhone',

View File

@ -29,9 +29,10 @@ export default defineConfig(async () => {
// mock代理目标地址 // mock代理目标地址
// target: 'http://192.168.43.169:8080', // target: 'http://192.168.43.169:8080',
// target: 'https://by.missmoc.top/api/', // target: 'https://by.missmoc.top/api/',
target: 'http://127.0.0.1:8080', target: 'http://192.168.1.108:8080',
// target: 'http://192.168.0.106:8080', // target: 'http://192.168.43.169:8080',
// target: 'http://47.109.37.87:3010', // target: 'http://47.109.37.87:3010',
// target: 'http://4082b6ba.r8.vip.cpolar.cn',
ws: true, ws: true,
}, },
}, },