Sfoglia il codice sorgente

/。

release_toaliyun_real
xhxu 4 anni fa
parent
commit
817a478b08
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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 Vedi File

@@ -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;

Caricamento…
Annulla
Salva