819527061@qq.com
2024-02-05 fbd20431d9947d6989f6508ae47ccaad96576d68
utils/jihua.js
@@ -5,16 +5,36 @@
      method: 'GET'
   },
   // 发运列表
   fyList: {
      url: '/yunxiao/contractorder/fyList',
      method: 'GET'
   /**
    * 這是有bug的接口
    */
   // fyList: {
   //    url: '/yunxiao/contractorder/fyList',
   //    method: 'GET'
   // },
   /**
    * 這是正確的
    */
   fyList:{
      url:'/yunxiao/xscarshippingdayplan/fyList',
      method:'GET'
   },
   xscarshippingdayplan: {
      url: '/yunxiao/xscarshippingdayplan/page',
      method: 'GET'
   },
   // xscarshippingdayplan: {
   //    url: '/yunxiao/contractorder/page',
   //    method: 'GET'
   // },
   // /yunxiao/xscarshippingdayplan
   addObj: {
   xscarshippingdayplanAddObj: {
      url: '/yunxiao/xscarshippingdayplan',
      method: 'POST'
   },
@@ -23,4 +43,9 @@
      url: '/yunxiao/xscarshippingdayplan/setCarNums',
      method: 'POST'
   },
}
   // 菜单
   menu: {
      url: '/admin/menu',
      method: 'GET'
   }
}