|
@@ -40,7 +40,7 @@
|
|
const { createMessage } = useMessage();
|
|
const { createMessage } = useMessage();
|
|
const schemas: FormSchema[] = [
|
|
const schemas: FormSchema[] = [
|
|
{
|
|
{
|
|
- field: 'authorizeCode ',
|
|
|
|
|
|
+ field: 'authorizeCode',
|
|
component: 'Input',
|
|
component: 'Input',
|
|
label: '相机授权码',
|
|
label: '相机授权码',
|
|
colProps: {
|
|
colProps: {
|