陈少旭 2 週之前
父節點
當前提交
98e912aa3e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/xt_pages/eleFaPiao/settleDetail.vue

+ 1 - 1
src/xt_pages/eleFaPiao/settleDetail.vue 查看文件

@@ -842,7 +842,7 @@ export default {
842 842
       }
843 843
 
844 844
       var that = this;
845
-      axios.get('http://127.0.0.1:9531/api/bwfapiao/red',{params:params}).then(function(response) {
845
+      axios.get('http://127.0.0.1:9532/api/bwfapiao/red',{params:params}).then(function(response) {
846 846
         if (response.data.state == 0) {
847 847
           that.red_loading = false
848 848