zhangxiaoxu
2026-01-06 89761212ad3ac02b68276d82c26ab6cd767ea216
utils/jihua.js
@@ -5,7 +5,7 @@
      method: 'GET'
   },
   // 发运列表
   /**
    * 這是有bug的接口
    */
@@ -13,7 +13,7 @@
   //    url: '/yunxiao/contractorder/fyList',
   //    method: 'GET'
   // },
   /**
    * 這是正確的
    */
@@ -21,20 +21,25 @@
      url:'/yunxiao/xscarshippingdayplan/fyList',
      method:'GET'
   },
    editInfo:{  // 更改个人信息
        url:'/admin/user/edit',
        method:'put'
    },
   xscarshippingdayplan: {
      url: '/yunxiao/xscarshippingdayplan/page',
      method: 'GET'
   },
   // xscarshippingdayplan: {
   //    url: '/yunxiao/contractorder/page',
   //    method: 'GET'
   // },
   // /yunxiao/xscarshippingdayplan
   addObj: {
   xscarshippingdayplanAddObj: {
      url: '/yunxiao/xscarshippingdayplan',
      method: 'POST'
   },
@@ -48,4 +53,4 @@
      url: '/admin/menu',
      method: 'GET'
   }
}
}