From 85fc392860c128c204fc2a2c3731bcc352914d99 Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Wed, 17 Mar 2021 14:11:40 +0800 Subject: [PATCH] Merge branch 'dev' into xcx-rebuild --- pages/home/home.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/pages/home/home.js b/pages/home/home.js index c2ed3be..a892f8f 100644 --- a/pages/home/home.js +++ b/pages/home/home.js @@ -18,7 +18,7 @@ }, init(){ $api.ajax( - '/sib/xcx/order/prodList', + '/zic/order/prodList', 'POST', (res) => { res.data.body.prodList.forEach(e=>{ -- Gitblit v1.8.0