From fe3de762b3c08a9e701c4ade6522fbab397ef7bd Mon Sep 17 00:00:00 2001
From: qixiaoning <jony.kee@outlook.com>
Date: 星期三, 12 十一月 2025 17:48:03 +0800
Subject: [PATCH] 移除属性
---
push-service/controllers/pushSet.go | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/push-service/controllers/pushSet.go b/push-service/controllers/pushSet.go
index 13a7a23..466c0b8 100644
--- a/push-service/controllers/pushSet.go
+++ b/push-service/controllers/pushSet.go
@@ -116,18 +116,19 @@
{Checked: true, Id: "knowledge_doc", Name: "鐭ヨ瘑搴撴枃妗�", Alias: "knowledge_doc"},
},
}
+ //绉婚櫎灞炴�Checked: true, Id: "attribute", Name: "灞炴��", Alias: "attribute"},
targetSet := vo.PushSetMenu{
Id: "targetInfo",
Name: "鐩爣",
Alias: "targetInfo",
Checked: true,
Children: []vo.PushSetMenu{
- {Checked: true, Id: "attribute", Name: "灞炴��", Alias: "attribute"},
{Checked: true, Id: "target_location", Name: "鐩爣鍧愭爣", Alias: "target_location"},
{Checked: true, Id: "target_score", Name: "鐩爣缃俊搴�", Alias: "target_score"},
{Checked: true, Id: "target_type", Name: "鐩爣绫诲埆", Alias: "target_type"},
},
}
+
// dtSet := vo.PushSetMenu{
// Id: "tableInfo",
// Name: "搴曞簱淇℃伅",
--
Gitblit v1.8.0