小程序模式

This commit is contained in:
devil_gong
2019-11-26 14:00:00 +08:00
parent 090b700260
commit a07433ccc4
21 changed files with 290 additions and 89 deletions

View File

@ -174,6 +174,9 @@ class Common extends Controller
// 开发模式
$this->assign('shopxo_is_develop', config('shopxo.is_develop'));
// 默认不加载百度地图api
$this->assign('is_load_baidu_map_api', 0);
}
/**