Merge branch 'V_1.0.0' of http://gitlab.ldxinyong.com/enterpriseManagement/lz_management_vue into V_1.0.0
This commit is contained in:
commit
ba4c075553
@ -66,7 +66,7 @@ const webpackConfig = merge(baseWebpackConfig, {
|
|||||||
? 'index.html'
|
? 'index.html'
|
||||||
: config.build.index,
|
: config.build.index,
|
||||||
template: 'index.html',
|
template: 'index.html',
|
||||||
inject: false,
|
inject: true,
|
||||||
minify: {
|
minify: {
|
||||||
removeComments: true,
|
removeComments: true,
|
||||||
collapseWhitespace: true,
|
collapseWhitespace: true,
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
|
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> -->
|
||||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||||
<title>数字化管理系统</title>
|
<title>数字化管理系统</title>
|
||||||
<script src="/src/assets/js/echarts/echarts.min.js"></script>
|
<script src="./static/js/echarts.min.js"></script>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user