Files
2026-02-06 18:34:35 +08:00

38 lines
3.5 KiB
HTML
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<link type="image/x-icon" href="//gw.alicdn.com/tfs/TB1gRomUlr0gK0jSZFnXXbRRXXa-200-200.png" rel="shortcut icon"/>
<title>Loading</title>
<style>html,body{height:100%;overflow:hidden;margin:0;padding:0}html{min-width:1380px;margin:0 auto}@keyframes r{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.logo{width:60px;position:fixed;left:calc(50% - 35px);top:calc(50% - 35px);animation:r 2s linear infinite}</style>
</head>
<body>
<div id="app"><svg class="logo" viewBox="0 0 1024 1024"><path d="M850.1 627.5V388.7c32.8-5.9 59.2-36.7 59.2-71.5 0-40.6-32.8-71.4-71.5-71.4-20.6 0-40.6 10.3-52.9 24.5L581 156.2c2-5.9 3.9-12.2 3.9-20.6 0-40.6-32.8-71.4-71.4-71.4-38.7 0-71.4 32.8-71.4 71.4 0 5.9 2 12.2 2 18.6L240.4 270.7c-16.1-16.1-34.7-26.4-54.8-26.4-40.6 0-71.4 32.8-71.4 71.4 0 34.7 24.5 63.1 57.3 71.4V628c-32.8 8.3-57.3 36.7-57.3 71.4 0 40.6 32.8 71.4 71.4 71.4 20.6 0 40.6-10.3 52.9-24.5l206 114c-3.9 8.3-5.9 18.6-5.9 28.4 0 40.6 32.8 71.4 71.4 71.4 38.7 0 71.4-32.8 71.4-71.4 0-10.3-2-20.6-5.9-30.3l206-112.1c14.2 14.2 32.8 24.5 54.8 24.5 40.6 0 71.4-32.8 71.4-71.4 1.6-37.7-22.8-66-57.6-71.9zM554.5 831.1c-8.3-5.9-16.1-10.3-24.5-12.2V637.3h-34.7v181.6c-10.3 2-20.6 8.3-28.4 14.2L257 716.6c2-5.9 2-12.2 2-18.6 0-32.8-22.5-61.2-52.9-69.5V386.7c12.2-3.9 22.5-8.3 30.3-18.6l152.7 94 18.6-28.4-153.2-94c2-8.3 3.9-14.2 3.9-22.5 0-5.9-2-12.2-2-18.6l204.1-116c12.2 14.2 32.8 22.5 52.9 22.5 20.6 0 38.7-8.3 50.9-22.5l204.1 116.5c-2 5.9-2 12.2-2 18.6 0 8.3 2 14.2 3.9 22.5l-152.7 94 18.6 28.4 150.7-92c8.3 8.3 18.6 14.2 30.3 18.6v242.2c-30.3 8.3-50.9 36.7-50.9 69.5 0 5.9 0 12.2 2 16.1L554.5 831.1zm0 0" fill="#fa742b"/><path d="M443.9 577.6c36.7 36.7 95.9 36.7 132.6 0 36.7-36.7 36.7-95.9 0-132.6-36.7-36.7-95.9-36.7-132.6 0-36.7 36.2-36.7 95.9 0 132.6zm0 0" fill="#fa742b"/></svg></div>
<script src="dist/designer.js?v=202211071354"></script>
<script type="module">
let parsedUrl = new URL(location.href);
let cat = parsedUrl.searchParams.get('cat');
let postfix = cat ? `&cat=${cat}` : '';
let id = parsedUrl.searchParams.get('id');
let token = parsedUrl.searchParams.get('token');
designer.setup({
version:'202211071354',
//--start-以下配置需要授权
siteName:'打印设计器',
//siteLogo: '//iconfont.alicdn.com/t/4fac2eab-2be7-447b-a278-39a8a5cba361.png',
copyright:'&copy;iMES工厂管家版权地址https://imes.625sc.com。',
//--end-
viewerUrl:'./print.html?from=xl&flag=1',
getImageUrl:'./apis/images.json',
getFieldUrl: '/api/Base_PrintTemplate/getResourceByCatId?id=' + id + "&cat=" + cat + '&token=' + token,
getTemplateUrl:'./apis/example.json',
getContentUrl: '/api/Base_PrintTemplate/getDataById?id=' + id + "&cat=" + cat + '&token=' + token,
getTemplateContentUrl: './apis/example_${id}.json',
imageUploadUrl:'./apis/save-image.json',
saveContentUrl: '/api/Base_PrintTemplate/saveOrUpdateData?id=' + id + '&token=' + token,
snapshotUrl:'./apis/snapshot.json',
});(()=>{let s=document.createElement('link');s.rel='stylesheet';s.href='//cdn.bootcdn.net/ajax/libs/animate.css/4.1.1/animate.min.css';document.head.append(s)})();
</script>
</body>
</html>