diff --git a/frontend/asset-assistant-system/src/assets/js/config/menu.js b/frontend/asset-assistant-system/src/assets/js/config/menu.js index 65862d8..6acb122 100644 --- a/frontend/asset-assistant-system/src/assets/js/config/menu.js +++ b/frontend/asset-assistant-system/src/assets/js/config/menu.js @@ -8,7 +8,12 @@ window.MenuConfig = [ title: '系统设置', url: 'modules/settings.html', children: [ - + { + id: 'country', + icon: '🌎', + title: '国家管理', + url: 'modules/country.html' + } ] } ]; \ No newline at end of file diff --git a/frontend/asset-assistant-system/src/pages/modules/country.html b/frontend/asset-assistant-system/src/pages/modules/country.html index e69de29..f28281c 100644 --- a/frontend/asset-assistant-system/src/pages/modules/country.html +++ b/frontend/asset-assistant-system/src/pages/modules/country.html @@ -0,0 +1 @@ +> \ No newline at end of file