From 8159f03e8ca70846cc23575bba900d7e86720c54 Mon Sep 17 00:00:00 2001 From: vipg Date: Wed, 12 Nov 2025 17:23:37 +0800 Subject: [PATCH] add --- .../asset-assistant-system/src/assets/js/config/menu.js | 7 ++++++- .../asset-assistant-system/src/pages/modules/country.html | 1 + 2 files changed, 7 insertions(+), 1 deletion(-) 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