mirror of
https://gitee.com/log4j/pig-ui.git
synced 2024-12-22 12:58:55 +08:00
62 lines
3.0 KiB
HTML
62 lines
3.0 KiB
HTML
<!DOCTYPE html>
|
|
<!--
|
|
~ Copyright (c) 2018-2025, lengleng All rights reserved.
|
|
~
|
|
~ Redistribution and use in source and binary forms, with or without
|
|
~ modification, are permitted provided that the following conditions are met:
|
|
~
|
|
~ Redistributions of source code must retain the above copyright notice,
|
|
~ this list of conditions and the following disclaimer.
|
|
~ Redistributions in binary form must reproduce the above copyright
|
|
~ notice, this list of conditions and the following disclaimer in the
|
|
~ documentation and/or other materials provided with the distribution.
|
|
~ Neither the name of the pig4cloud.com developer nor the names of its
|
|
~ contributors may be used to endorse or promote products derived from
|
|
~ this software without specific prior written permission.
|
|
~ Author: lengleng (wangiegie@gmail.com)
|
|
-->
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0,maximum-scale=1.0,user-scalable=0">
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
<meta name="format-detection" content="telephone=no">
|
|
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.path %>/cdn/element-ui/2.3.8/theme-chalk/index.css">
|
|
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.path %>/cdn/animate/3.5.2/animate.css">
|
|
<link rel="stylesheet" href="<%= htmlWebpackPlugin.options.path %>/cdn/iconfont/1.0.0/index.css">
|
|
<title>Pig 微服务快速开发框架</title>
|
|
<link rel="manifest" href="manifest.json">
|
|
</head>
|
|
|
|
<body>
|
|
<!--vue-ssr-outlet-->
|
|
<div id="app"></div>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/util/aes.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/util/crypto-js.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/util/mode-ecb.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/util/pad-zeropadding.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/store/1.3.20/store.js"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/vue/2.5.2/vue.min.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/vuex/2.4.1/vuex.min.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/vue-router/3.0.1/vue-router.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/axios/1.0.0/axios.min.js" charset="utf-8"></script>
|
|
<script src="<%= htmlWebpackPlugin.options.path %>/cdn/element-ui/2.3.8/index.js" charset="utf-8"></script>
|
|
<!-- 百度统计 -->
|
|
<script>
|
|
var _hmt = _hmt || [];
|
|
(function() {
|
|
const hm = document.createElement('script')
|
|
hm.src = 'https://hm.baidu.com/hm.js?c1b8f9036f2b5eb6c31ec6e2835c30eb'
|
|
var s = document.getElementsByTagName('script')[0]
|
|
s.parentNode.insertBefore(hm, s)
|
|
})()
|
|
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|