框架源码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

50 lines
1.6 KiB

<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=no">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<!--<script src="flexible.js"></script>-->
<%
if(process.env.VUE_APP_DEVLIB === 'dev'){ %>
<link id="tis_design_theme" rel="stylesheet" href="http://localhost:9902/tis-ui/theme-chalk/index.css">
<%}else{%>
<%=
process.env.NODE_ENV==='production' ?
'<link id="tis_design_theme" rel="stylesheet" href="/TIS_LIB/tis-ui/theme-chalk/index.css">' :
'<link id="tis_design_theme" rel="stylesheet" href="/tis-ui/theme-chalk/index.css">'
%>
<%}%>
</head>
<!--<script>window.currentLauncher='manager'</script>-->
<body>
<noscript>
<strong>We're sorry but
<%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
<%
if(process.env.VUE_APP_DEVLIB === 'dev'){ %>
<script src="http://localhost:9902/vue/vue.js"></script>
<script src="http://localhost:9902/tis-ui/index.js"></script>
<%}else{%>
<%=
process.env.NODE_ENV==='production'?
'<script src="/TIS_LIB/vue/vue.js"></script>'+
'<script src="/TIS_LIB/tis-ui/index.js"></script>':
'<script src="/vue/vue.js"></script>'+
'<script src="/tis-ui/index.js"></script>'
%>
<%}%>
</body>
</html>