mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-08-08 06:29:45 +08:00
Update area.php
This commit is contained in:
parent
c8f88aeb19
commit
cb20345b8a
@ -49,6 +49,7 @@ foreach ($items as &$prov) {
|
|||||||
$data[] = $prov['fullname'] . '$' . join('|', $lines);
|
$data[] = $prov['fullname'] . '$' . join('|', $lines);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// 数据写入文件
|
||||||
$jsonFile = __DIR__ . '/data.json';
|
$jsonFile = __DIR__ . '/data.json';
|
||||||
$scriptFile = dirname(__DIR__) . '/pcasunzips.js';
|
$scriptFile = dirname(__DIR__) . '/pcasunzips.js';
|
||||||
$jsonContent = json_encode($items, JSON_UNESCAPED_UNICODE);
|
$jsonContent = json_encode($items, JSON_UNESCAPED_UNICODE);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user