Explorar o código

improve: 修改打包后html文件

From-wh %!s(int64=2) %!d(string=hai) anos
pai
achega
587848ef1b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      template/admin/vue.config.js

+ 1 - 1
template/admin/vue.config.js

@@ -117,5 +117,5 @@ module.exports = {
   },
   publicPath: '/',
   assetsDir: 'system_static',
-  indexPath: process.env.NODE_ENV === 'development' ? 'index.html' : 'system.html',
+  indexPath: process.env.NODE_ENV === 'development' ? 'index.html' : 'index.html',
 };