创建采购合同

This commit is contained in:
chenjianan
2018-12-08 14:17:52 +08:00
parent 5b7b8b80cd
commit 39a0b8ef13
45 changed files with 1609 additions and 3 deletions

View File

@@ -57,8 +57,11 @@ const devWebpackConfig = merge(baseWebpackConfig, {
template: 'index.html',
inject: true,
favicon: resolve('favicon.ico'),
title: 'vue-admin-template'
})
title: 'vue-element-admin',
templateParameters: {
BASE_URL: config.dev.assetsPublicPath + config.dev.assetsSubDirectory,
},
}),
]
})
@@ -78,7 +81,9 @@ module.exports = new Promise((resolve, reject) => {
new FriendlyErrorsPlugin({
compilationSuccessInfo: {
messages: [
`Your application is running here: http://${devWebpackConfig.devServer.host}:${port}`
`Your application is running here: http://${
devWebpackConfig.devServer.host
}:${port}`
]
},
onErrors: config.dev.notifyOnErrors