This commit is contained in:
zhigang.li 2017-11-22 12:01:57 +08:00
parent bc0cd494fd
commit 3e04770c4c
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ fs.open('./build/env.js', 'w', function(err, fd) {
module.exports = merge(webpackBaseConfig, {
output: {
publicPath: 'https://iview.github.io/iview-admin/dist/',
publicPath: 'https://iview.github.io/iview-admin/dist/', // 修改 https://iv...admin 这部分为你的服务器域名
filename: '[name].[hash].js',
chunkFilename: '[name].[hash].chunk.js'
},