From 34589cd092e0de8cfd704cd59608ed0f36f6093a Mon Sep 17 00:00:00 2001
From: bingbing <zhaobingliang@aliyun.com>
Date: Mon, 26 Oct 2020 09:56:30 +0800
Subject: [PATCH] Merge branch 'pay_master' into dev

---
 kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/config.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/config.js b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/config.js
index f0447e7..f2c1d3e 100644
--- a/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/config.js
+++ b/kidgrow-web/kidgrow-web-manager/src/main/resources/static/module/config.js
@@ -3,7 +3,8 @@
      * 用于动态切换环境地址
      */
     //默认地址
-    var defUrl = 'http://182.92.99.224:8887/';
+    var defUrl = 'http://127.0.0.1:8888/';
+    //var defUrl = 'http://182.92.99.224:8887/';
     //当前环境的api地址
     var apiUrl;
     try{
@@ -47,7 +48,6 @@
         // 当前登录的用户
         getUser: function () {
             var u = layui.data(config.tableName).login_user;
-            // debugger;
             if (u) {
                 return JSON.parse(u);
             }

--
Gitblit v1.8.0