@@ -70,7 +70,7 @@ module.exports = {
// Paths
assetsRoot: path.resolve(__dirname, '../dist'),
- assetsSubDirectory: 'hyy-alarm/static',
+ assetsSubDirectory: '/static',
assetsPublicPath: '/',
staticPath: './', //生产环境 staticPath:''
/**
@@ -197,7 +197,7 @@ export default {
return h('div', [
h('img', {
attrs: {
- src: '/static/img/bill.png'
+ src: '/static/img/bills.png'
},
style: {
marginRight: '5px',
@@ -192,7 +192,7 @@ export default {
@@ -162,7 +162,7 @@ export default {