You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
1.3 KiB
HTML
39 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0">
|
|
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
|
|
<title>UDI多码融合平台</title>
|
|
|
|
<link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css">
|
|
<!-- <link rel="stylesheet" href="./index.css"> -->
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<!-- built files will be auto injected -->
|
|
<script src=./tinymce4.7.5/tinymce.min.js></script>
|
|
<script src="./vue.runtime.min.js"></script>
|
|
<script src="./vuex.min.js"></script>
|
|
<script src="./vue-router.min.js"></script>
|
|
<script src="./index.js"></script>
|
|
<!--<script src="https://unpkg.zhimg.com/vue@2.5.16/dist/vue.runtime.min.js"></script>-->
|
|
<!--<script src="https://unpkg.zhimg.com/vuex@3.0.1/dist/vuex.min.js"></script>-->
|
|
<!--<script src="https://unpkg.zhimg.com/vue-router@3.0.1/dist/vue-router.min.js"></script>-->
|
|
<!--<script src="https://unpkg.zhimg.com/element-ui/lib/index.js"></script>-->
|
|
|
|
|
|
ga('create', 'UA-110990780-1', 'auto');
|
|
ga('send', 'pageview');
|
|
|
|
window.addEventListener('hashchange', function () {
|
|
ga('set', 'page', window.location.href);
|
|
ga('send', 'pageview');
|
|
});
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|