浏览代码

bug 修复

lilei 2 年之前
父节点
当前提交
a8d736da86
共有 3 个文件被更改,包括 3 次插入8 次删除
  1. 1 1
      public/version.json
  2. 0 5
      src/views/common/returnReason.js
  3. 2 2
      vue.config.js

+ 1 - 1
public/version.json

@@ -1,5 +1,5 @@
 {
   "message": "发现有新版本发布,确定更新系统?",
   "vendorJsVersion": "",
-  "version": 1661406236972
+  "version": 1661426521026
 }

+ 0 - 5
src/views/common/returnReason.js

@@ -84,11 +84,6 @@ const ReturnReason = {
     value(newValue, oldValue) {
       this.defaultVal = newValue
     },
-    defaultVal(newValue, oldValue) {
-      if(!newValue){
-        this.open = true
-      }
-    },
   },
   methods: {
     filterOption(input, option) {

+ 2 - 2
vue.config.js

@@ -211,8 +211,8 @@ const vueConfig = {
     // If you want to turn on the proxy, please remove the mockjs /src/main.jsL11
     proxy: {
       '/api': {
-        target: 'http://192.168.0.215:8076/qpls-md',
-        // target: 'http://p.iscm.360arrow.com/qpls-md',
+        // target: 'http://192.168.0.215:8076/qpls-md',
+        target: 'http://p.iscm.360arrow.com/qpls-md',
         // ws: false,
         ws: true,
         changeOrigin: true,