pushuo 2022-08-12 16:08:20 +08:00
parent 427d754b0d
commit f327089f0c
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@
@endif
const country_id = {{ system_setting('base.country_id', '1') }};
const zone_id = {{ system_setting('base.zone_id', '1') }};
const zone_id = {{ system_setting('base.zone_id', '1') ?: 1 }};
// 获取省份
const getZones = (country_id) => {