sunlupeng 1 năm trước cách đây
mục cha
commit
a3921148f3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      public/drawCarousel.html

+ 2 - 2
public/drawCarousel.html

@@ -270,8 +270,8 @@
             $.ajax({
               type: type,
               url: 'http://192.168.100.208:9083/admin' + url, //本地
-              // url: "http://47.103.79.143:9085" + url,//测试环境
-              // url:"https://xiaoyou.dgtis.com"+ url,//正式环境
+              // url: "http://47.103.79.143:9085/admin" + url,//测试环境
+              // url:"https://xiaoyou.dgtis.com/admin"+ url,//正式环境
               data: data,
               contentType: type === 'post' ? false : true,
               processData: type === 'post' ? false : true,