zhulizhen1111 5 年之前
父節點
當前提交
b254806a40
共有 5 個文件被更改,包括 4 次插入4 次删除
  1. 1 1
      config/index.js
  2. 1 1
      src/views/main/HistoryTable.vue
  3. 1 1
      src/views/main/StatusTable.vue
  4. 1 1
      src/views/main/TableAlarm.vue
  5. 0 0
      static/img/bills.png

+ 1 - 1
config/index.js

@@ -70,7 +70,7 @@ module.exports = {
 
     // Paths
     assetsRoot: path.resolve(__dirname, '../dist'),
-    assetsSubDirectory: 'hyy-alarm/static',
+    assetsSubDirectory: '/static',
     assetsPublicPath: '/',
     staticPath: './', //生产环境 staticPath:''
     /**

+ 1 - 1
src/views/main/HistoryTable.vue

@@ -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',

+ 1 - 1
src/views/main/StatusTable.vue

@@ -192,7 +192,7 @@ export default {
               return h('div', [
                 h('img', {
                   attrs: {
-                    src: '/static/img/bill.png'
+                    src: '/static/img/bills.png'
                   },
                   style: {
                     marginRight: '5px',

+ 1 - 1
src/views/main/TableAlarm.vue

@@ -162,7 +162,7 @@ export default {
               return h('div', [
                 h('img', {
                   attrs: {
-                    src: '/static/img/bill.png'
+                    src: '/static/img/bills.png'
                   },
                   style: {
                     marginRight: '5px',

static/img/bill.png → static/img/bills.png