yin_yu820 hace 2 años
padre
commit
a998c1c181
Se han modificado 1 ficheros con 3 adiciones y 10 borrados
  1. 3 10
      src/api/index.js

+ 3 - 10
src/api/index.js

@@ -33,13 +33,6 @@ export default  {
                 return http.get(this.url,params)
                 return http.get(this.url,params)
             }
             }
         },
         },
-        OrderList : {
-            url:`${config.baseUrl}/Mobile/OrderList`,
-            name:'测试',
-            get : function(params){
-                return http.get(this.url,params)
-            }
-        },
         OrderDetails : {
         OrderDetails : {
             url:`${config.baseUrl}/api/accountApi/gettIsDealCount`,
             url:`${config.baseUrl}/api/accountApi/gettIsDealCount`,
             name:'测试',
             name:'测试',
@@ -56,8 +49,8 @@ export default  {
                 return http.get(this.url,params)
                 return http.get(this.url,params)
             }
             }
         }
         }
-        
-        
+
+
     },
     },
     yin : {
     yin : {
         TokenLogin : {
         TokenLogin : {
@@ -95,7 +88,7 @@ export default  {
                 return http.post(this.url,params)
                 return http.post(this.url,params)
             }
             }
         }
         }
-        
+
     },
     },
 }
 }