|
@@ -47,7 +47,7 @@ func init() {
|
|
|
entServerTransferMap = map[string]map[bool]string{
|
|
|
"yxgl": map[bool]string{ //【营销管理】根据code判断是否有权限 bi_yx
|
|
|
true: fmt.Sprintf("/page_workDesktop/work-bench/page?link=%s/succbi/crm_system/app/crm.app/sales_clues.spg", config.Sysconfig["webdomain"].(string)),
|
|
|
- false: "/helpCenter/index",
|
|
|
+ false: "/swordfish/frontPage/digitalMarketing/free/index",
|
|
|
},
|
|
|
"yxt": map[bool]string{ //【医械通】根据code判断是否有权限 lyh_yl_yldy
|
|
|
true: "/page_workDesktop/work-bench/app/big/medical/Credentials",
|
|
@@ -55,15 +55,15 @@ func init() {
|
|
|
},
|
|
|
"khgl": map[bool]string{ //【客户管理】根据code判断是否有权限 bi_yx
|
|
|
true: fmt.Sprintf("/page_workDesktop/work-bench/page?link=%s/succbi/crm_system/app/crm.app/sales_clues.spg", config.Sysconfig["webdomain"].(string)),
|
|
|
- false: "/helpCenter/index",
|
|
|
+ false: "/swordfish/frontPage/customanage/free/index",
|
|
|
},
|
|
|
"tbxmgl": map[bool]string{ //【投标项目管理】根据code判断是否有权限 cb_zy_code
|
|
|
true: "/big/attend_bidding/mine",
|
|
|
- false: "/helpCenter/index",
|
|
|
+ false: "/swordfish/frontPage/biddingProject/free/index",
|
|
|
},
|
|
|
"nzbg": map[bool]string{ //【年终报告】根据code判断是否有权限
|
|
|
true: fmt.Sprintf("/page_workDesktop/work-bench/page?link=%s/succbi/nzbg/app/nzbg.app/nzbg_entrance_pc.spg", config.Sysconfig["webdomain"].(string)),
|
|
|
- false: "/helpCenter/index",
|
|
|
+ false: "/swordfish/frontPage/AnnualReport/free/index",
|
|
|
},
|
|
|
}
|
|
|
}
|