sunlupeng 1 year ago
parent
commit
5ad8698abf
1 changed files with 2 additions and 2 deletions
  1. 2 2
      public/drawCarousel.html

+ 2 - 2
public/drawCarousel.html

@@ -405,9 +405,9 @@
           return new Promise((resolve, reject) => {
           return new Promise((resolve, reject) => {
             $.ajax({
             $.ajax({
               type: type,
               type: type,
-              url: 'http://192.168.100.208:9083/admin' + url, //本地
+              // url: 'http://192.168.100.208:9083/admin' + url, //本地
               // url: "http://47.103.79.143:9085/admin" + url,//测试环境
               // url: "http://47.103.79.143:9085/admin" + url,//测试环境
-              // url:"https://xiaoyou.dgtis.com/admin"+ url,//正式环境
+              url:"https://xiaoyou.dgtis.com/admin"+ url,//正式环境
               data: data,
               data: data,
               contentType: type === 'post' ? false : true,
               contentType: type === 'post' ? false : true,
               processData: type === 'post' ? false : true,
               processData: type === 'post' ? false : true,