lizhuang vor 4 Jahren
Ursprung
Commit
f749af7376
2 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 1 1
      src/views/equipment/table/rcwxTable.vue
  2. 1 1
      vue.config.js

+ 1 - 1
src/views/equipment/table/rcwxTable.vue

@@ -218,7 +218,7 @@ export default {
                 getParams.data.keyword += `${this.sbjc}:sbmc,assetnum;`
             }
             if (this.matters) {
-                getParams.data.keyword += `${this.matters}:description,matters;`
+                getParams.data.keyword += `${this.matters}:description;`
             }
             if (this.locationName) {
                 getParams.data.keyword += `${this.locationName}:location;`

+ 1 - 1
vue.config.js

@@ -35,7 +35,7 @@ module.exports = {
             "/serve": {
                 // target: 'http://192.168.200.87:8088',
                // target: 'http://10.199.143.129:8080',
-                target: 'http://60.205.177.43',
+                target: 'http://60.205.177.43:8080',
                 changeOrigin: true,
                 pathRewrite: {
                     "^/serve": "",