Browse Source

debug 7502

YaolongHan 4 years ago
parent
commit
8d52d4ac56
2 changed files with 3 additions and 3 deletions
  1. 2 2
      config/index.js
  2. 1 1
      src/framework/components/messagesever/msgAllDetails.vue

+ 2 - 2
config/index.js

@@ -210,8 +210,8 @@ module.exports = {
         }
       },
       '/api': {
-        target: 'http://192.168.64.17:28888/',
-        // target: 'http://192.168.64.14:28888/',
+        // target: 'http://192.168.64.17:28888/',
+        target: 'http://192.168.64.14:28888/',
         changeOrigin: true,
         pathRewrite: {
           "^/api": "/"

+ 1 - 1
src/framework/components/messagesever/msgAllDetails.vue

@@ -29,7 +29,7 @@
             <template slot-scope="scope">
               <div>
                 <i
-                  :class="iconClassMap[scope.row.Type]?iconClassMap[scope.row.Type]:'msg-icon el-icon-warning warning-color'"
+                  :class="iconClassMap[scope.row.type]?iconClassMap[scope.row.type]:'msg-icon el-icon-warning warning-color'"
                   style="font-size:14px;"></i>
                 <span>{{ typeMap[scope.row.type] ? typeMap[scope.row.type] : scope.row.type }}</span>
               </div>