From 56790f938e92a8ed400c25dc760e993083962c0d Mon Sep 17 00:00:00 2001 From: zch Date: Mon, 18 Aug 2025 17:39:06 +0800 Subject: [PATCH] =?UTF-8?q?feat(portal):=20=E6=B7=BB=E5=8A=A0=20haiwei?= =?UTF-8?q?=E5=AE=98=E7=BD=91=E8=8F=9C=E5=8D=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 新增 haiwei 官网菜单页面,包含菜单列表、搜索、新增、修改、删除等功能 -集成 vue-treeselect 组件用于选择父节点 - 实现菜单数据的树形结构展示 - 添加菜单数据的异步加载和提交功能 --- ruoyi-ui/src/views/portal/hwWebMenu/index.vue | 308 ++++++++++++++++++ 1 file changed, 308 insertions(+) create mode 100644 ruoyi-ui/src/views/portal/hwWebMenu/index.vue diff --git a/ruoyi-ui/src/views/portal/hwWebMenu/index.vue b/ruoyi-ui/src/views/portal/hwWebMenu/index.vue new file mode 100644 index 0000000..39bcb6f --- /dev/null +++ b/ruoyi-ui/src/views/portal/hwWebMenu/index.vue @@ -0,0 +1,308 @@ + + +