From 9668e28daa836b97a5ae6440ee5b472306287732 Mon Sep 17 00:00:00 2001 From: zhaoxiaohao <279049017@qq.com> Date: Tue, 22 Sep 2020 16:01:14 +0800 Subject: [PATCH] 添加支付页面的功能 --- kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/apiUrl.js | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/apiUrl.js b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/apiUrl.js index 0818a18..c7c9be5 100644 --- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/apiUrl.js +++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/apiUrl.js @@ -2,6 +2,7 @@ // var my_api_server_url = 'http://192.168.2.240:8888/'; var my_api_server_url = 'http://127.0.0.1:8888/'; // var my_api_server_url = 'http://192.168.2.240:8888/'; +// var my_api_server_url = 'http://open.zuul.kidgrow.cloud/'; // var my_api_server_url = 'http://uat.zuul.kidgrow.cloud/'; // var my_api_server_url = 'https://zuul.kidgrow.cloud/'; //var my_api_server_url = 'http://123.57.164.62:8888/'; -- Gitblit v1.8.0