forked from TCL-MIG-FE/vue-web-spa-startkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.jsp
25 lines (20 loc) · 2 KB
/
index.jsp
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>WeMedia CMS</title>
<script>
window.config = {
currentUser: "$!{user.username}",
context: "${request.contextPath}"
}
</script>
<link href="${request.contextPath}/static/admin/css/commons_68b9f.css" rel="stylesheet">
</head>
<body>
<div id="root"></div>
<script>!function(e){function r(n){if(t[n])return t[n].exports;var o=t[n]={i:n,l:!1,exports:{}};return e[n].call(o.exports,o,o.exports,r),o.l=!0,o.exports}var n=window.webpackJsonp;window.webpackJsonp=function(t,c,u){for(var i,a,f,s=0,l=[];s<t.length;s++)a=t[s],o[a]&&l.push(o[a][0]),o[a]=0;for(i in c)Object.prototype.hasOwnProperty.call(c,i)&&(e[i]=c[i]);for(n&&n(t,c,u);l.length;)l.shift()();if(u)for(s=0;s<u.length;s++)f=r(r.s=u[s]);return f};var t={},o={2:0};r.e=function(e){function n(){c.onerror=c.onload=null,clearTimeout(u);var r=o[e];0!==r&&(r&&r[1](new Error("Loading chunk "+e+" failed.")),o[e]=void 0)}if(0===o[e])return Promise.resolve();if(o[e])return o[e][2];var t=document.getElementsByTagName("head")[0],c=document.createElement("script");c.type="text/javascript",c.charset="utf-8",c.async=!0,c.timeout=12e4,r.nc&&c.setAttribute("nonce",r.nc),c.src=r.p+"js/"+e+"."+({0:"apps",1:"vendors"}[e]||e)+"_"+{0:"68b9f",1:"f2ac4"}[e]+".js";var u=setTimeout(n,12e4);c.onerror=c.onload=n;var i=new Promise(function(r,n){o[e]=[r,n]});return o[e][2]=i,t.appendChild(c),i},r.m=e,r.c=t,r.i=function(e){return e},r.d=function(e,n,t){r.o(e,n)||Object.defineProperty(e,n,{configurable:!1,enumerable:!0,get:t})},r.n=function(e){var n=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(n,"a",n),n},r.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},r.p="",r.oe=function(e){throw console.error(e),e}}([]);</script>
<script src="${request.contextPath}/static/admin/js/vendors_f2ac4.js"></script>
<script src="${request.contextPath}/static/admin/js/apps_68b9f.js"></script>
</body>
</html>