From a0cbfed12cfc5809a9e6d96e21b77a44a9a91e68 Mon Sep 17 00:00:00 2001
From: houruijun <411269194@kidgrow.com>
Date: Tue, 11 Aug 2020 18:58:31 +0800
Subject: [PATCH] 1.修改H端添加医生需要审核的问题 2.修改运动端充值后,跳转时间太长问题

---
 kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/groupProduct.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/groupProduct.html b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/groupProduct.html
index 64b2380..414aa09 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/groupProduct.html
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/pages/opration/groupProduct.html
@@ -35,7 +35,7 @@
         var renderTable = function () {
             table.render({
                 elem: '#product-table',
-                url: config.base_server + 'api-opration/productorderdetail/group',
+                url: config.base_server + 'api-opration/productorderrecord/group',
                 method: 'GET',
                 headers: { 'Authorization': 'Bearer ' + config.getToken().access_token },
                 page: true,

--
Gitblit v1.8.0