23 lines
432 B
PHP
23 lines
432 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
[
|
||
|
'name' => 'rewrite',
|
||
|
'title' => '伪静态',
|
||
|
'type' => 'array',
|
||
|
'content' =>
|
||
|
[
|
||
|
],
|
||
|
'value' =>
|
||
|
[
|
||
|
'index/index' => '/barcode$',
|
||
|
'index/build' => '/barcode/build$',
|
||
|
],
|
||
|
'rule' => 'required',
|
||
|
'msg' => '',
|
||
|
'tip' => '',
|
||
|
'ok' => '',
|
||
|
'extend' => '',
|
||
|
],
|
||
|
];
|