提交 6c55865f authored 作者: lhh's avatar lhh

新增字段:备注,是否参加项目现场观摩

上级 2fce4b3a
......@@ -147,8 +147,8 @@ const allFormList = [
},
{
type: 'input',
name: '备注',
placeholder: '请输入备注',
name: '住址',
placeholder: '请输入住址',
required: true,
key: 'address',
value: '',
......@@ -293,6 +293,34 @@ const allFormList = [
trigger: 'onChange',
msg: '',
pattern: ''
},
{
type: 'input',
name: '备注',
placeholder: '请输入备注',
required: true,
key: 'remark',
value: '',
enable_edit: true,
inputType: '',
trigger: 'onBlur',
msg: '',
pattern: ''
},
{
type: 'radio',
name: '是否参加项目现场观摩',
key: 'need_scene',
required: true,
value: '0',
enable_edit: true,
optionList: [
{ id: '0', option: '否' },
{ id: '1', option: '是' }
],
trigger: 'onChange',
msg: '',
pattern: ''
}
]
export default allFormList
......@@ -14,13 +14,13 @@ export default defineConfig({
cert: fs.readFileSync(path.join(__dirname, './https/ezijing.com.pem'))
},
proxy: {
'/api/register': {
// target: 'http://localhost-activity-frontend.ezijing.com',
target: 'https://activity-frontend-api.ezijing.com',
changeOrigin: true,
rewrite: path => path.replace(/^\/api\/register/, '')
},
'/api': 'https://app.ezijing.com'
// '/api/register': {
// // target: 'http://localhost-activity-frontend.ezijing.com',
// target: 'https://account-show.ezijing.com',
// changeOrigin: true,
// rewrite: path => path.replace(/^\/api\/register/, '')
// },
'/api': 'https://register-show-h5.ezijing.com/'
}
},
resolve: {
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论