Procházet zdrojové kódy

推送跳转改造

master
liangkun před 3 roky
rodič
revize
dd8462860e
2 změnil soubory, kde provedl 8 přidání a 7 odebrání
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Message/LR_StrategyInfo/LR_StrategyInfoBLL.cs
  2. +7
    -6
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Framework.Module/Learun.Application.Module/Learun.Application.Message/LR_StrategyInfo/LR_StrategyInfoBLL.cs Zobrazit soubor

@@ -450,7 +450,7 @@ namespace Learun.Application.Message
string access_token = weixintokenobj.access_token;
string jsondata = "{\"touser\":\"" + userinfo.OpenIdForWeixin + "\"," +
"\"template_id\":\"" + weixintasktempid + "\"," +
"\"url\":\"" + weixintaskurl + "\"," +
"\"url\":\"" + weixintaskurl + "/#/?page=oa\"," +
"\"data\":{" +
"\"first\": {\"value\":\"待办事项提醒\",\"color\":\"#173177\"}," +
"\"keyword1\":{\"value\":\"流程待办 \",\"color\":\"#173177\"}," +


+ 7
- 6
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/home.vue Zobrazit soubor

@@ -248,19 +248,20 @@ export default {
if (!!param.page) {
//通知公告
if (param.page == "notice") {
this.NAV_TO(
"/pages/EducationalAdministration/SYS_ReceiveMessage/list"
);
return;
this.NAV_TO("/pages/LR_OAModule/list");
}
//邮件
if (param.page == "mail") {
// this.TAB_TO("/pages/home");
this.NAV_TO("/pages/EducationalAdministration/SYS_ReceiveMessage/list");
}
//OA待办
if (param.page == "oa") {
// this.TAB_TO("/pages/home");
this.NAV_TO("/pages/nworkflow/myflow/list");
}
//公文下发
if (param.page == "file") {
this.NAV_TO("/pages/EducationalAdministration/Sys_ReceiveFile/list");
}
return;
}
},


Načítá se…
Zrušit
Uložit