Commit 634a931e authored by 华国豪's avatar 华国豪 🙄

无法运行问题

parent ade994e2
...@@ -64,7 +64,6 @@ const webpackConfig = merge(baseWebpackConfig, { ...@@ -64,7 +64,6 @@ const webpackConfig = merge(baseWebpackConfig, {
filename: config.build.index, filename: config.build.index,
template: 'index.html', template: 'index.html',
inject: true, inject: true,
hash: new Date().getTime(),
minify: { minify: {
removeComments: true, removeComments: true,
collapseWhitespace: true, collapseWhitespace: true,
......
...@@ -3,11 +3,10 @@ ...@@ -3,11 +3,10 @@
// see http://vuejs-templates.github.io/webpack for documentation. // see http://vuejs-templates.github.io/webpack for documentation.
const path = require('path') const path = require('path')
const version = '1.0.0.0'
module.exports = { module.exports = {
dev: { dev: {
// Paths // Paths
assetsSubDirectory: `static/${version}`, assetsSubDirectory: `static`,
assetsPublicPath: '/', assetsPublicPath: '/',
proxyTable: { proxyTable: {
// '/boundsearch': { // 矩形区域检索entity // '/boundsearch': { // 矩形区域检索entity
......
...@@ -1651,8 +1651,6 @@ ...@@ -1651,8 +1651,6 @@
</el-tooltip> </el-tooltip>
</el-button-group> </el-button-group>
</div> </div>
</el-col> </el-col>
</el-row> </el-row>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment