apps/com.actionsoft.apps.workbench/template/page/com.actionsoft.apps.workbench.mobile.worklist.dingtalk.html
shangxiaoran@qq.com 2608324b68 初始化应用
2022-06-28 01:22:45 +08:00

19 lines
2.6 KiB
HTML
Executable File

<!DOCTYPE html><html><head><meta charset=utf-8><meta name=viewport content="width=device-width,initial-scale=1,maximum-scale=1"><link rel=stylesheet href=../commons/css/font/iconfont.css><link rel=stylesheet href=../apps/com.actionsoft.apps.workbench/worklist/static/css/reset.css><link rel=stylesheet href=../apps/com.actionsoft.apps.workbench/worklist/static/css/public.css><script src=https://g.alicdn.com/dingding/dingtalk-jsapi/2.7.13/dingtalk.open.js></script><meta name=wpk-bid content=dta_2_35315><script>!(function(c,i,e,b){var h=i.createElement("script");var f=i.getElementsByTagName("script")[0];h.type="text/javascript";h.crossorigin=true;h.onload=function(){c[b]||(c[b]=new c.wpkReporter({bid:"dta_2_35315"}));c[b].installAll()};f.parentNode.insertBefore(h,f);h.src=e})(window,document,"https://g.alicdn.com/woodpeckerx/jssdk??wpkReporter.js","__wpk");</script><title>应用首页</title><link href=../apps/com.actionsoft.apps.workbench/worklist/dingtalk/static/css/app.e38c79ac227433cfe5d5f970b19f96d6.css rel=stylesheet></head><body><div id=app></div><script>let sid = '<#sid>';
let appId ='<#appId>';
let appName ='<#appName>';
let currentProcessName="";
const url = new URL(window.location.href);
const corpId = url.searchParams.get("corpId");
const agentId = ''//从企业微信沿用过来的,暂时无用
const baseUrl = window.location.protocol + "//" + window.location.host;
let path = window.location.pathname;
path = path.substr(0,path.indexOf("/r"));
const portalUrl = baseUrl + path + "/r";
//const portalUrl = window.location.href.startsWith(baseUrl + '/portal') ? baseUrl + path + '/portal/r' : baseUrl + path + "/r";
//const portalUrl = window.location.href.startsWith(baseUrl + '/portal') ? baseUrl + '/portal/r' : baseUrl + "/r";
const awsAppId = 'com.actionsoft.apps.workbench';
const uid = '<#uid>';
const deviceType = '<#deviceType>';
const isYijingCloud = <#isYijingCloud>;
const showSelectVersionFlag = <#showSelectVersionFlag>;
const hasNoNavPerm = <#hasNoNavPerm>;</script><script type=text/javascript src=../apps/com.actionsoft.apps.workbench/worklist/dingtalk/static/js/manifest.2dadf9b22e34552ea85c.js></script><script type=text/javascript src=../apps/com.actionsoft.apps.workbench/worklist/dingtalk/static/js/vendor.7dedcbce0c42e20e4bca.js></script><script type=text/javascript src=../apps/com.actionsoft.apps.workbench/worklist/dingtalk/static/js/app.7b4fd5ab2c490cdb2f4e.js></script></body></html>