xhxu 4 лет назад
Родитель
Сommit
817a478b08
1 измененных файлов: 1 добавлений и 0 удалений
  1. +1
    -0
      mallinkAdmin/src/main/resources/db/migration/V2022022400001__ext_json.sql

+ 1
- 0
mallinkAdmin/src/main/resources/db/migration/V2022022400001__ext_json.sql Просмотреть файл

@@ -0,0 +1 @@
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;

Загрузка…
Отмена
Сохранить