|
|
|
update wx_weapp_ext_set set ext_json = json_array_insert(ext_json, '$.tabBar.list[1]', JSON_OBJECT("text", "首页", "iconPath", "assets/images/home.png", "pagePath", "pages/theme/index1/index", "selectedIconPath", "assets/images/home-a.png")) where type = 2 and ext_json is not null; |