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

19 lines
2.1 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><title>应用首页</title><link href=../apps/com.actionsoft.apps.workbench/worklist/h5/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/h5/static/js/manifest.9a472e8975e5c9ee17aa.js></script><script type=text/javascript src=../apps/com.actionsoft.apps.workbench/worklist/h5/static/js/vendor.7dedcbce0c42e20e4bca.js></script><script type=text/javascript src=../apps/com.actionsoft.apps.workbench/worklist/h5/static/js/app.1f2d575bfd722b3a6d2c.js></script></body></html>