sunlupeng 1 年之前
父節點
當前提交
5ad8698abf
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      public/drawCarousel.html

+ 2 - 2
public/drawCarousel.html

@@ -405,9 +405,9 @@
           return new Promise((resolve, reject) => {
             $.ajax({
               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:"https://xiaoyou.dgtis.com/admin"+ url,//正式环境
+              url:"https://xiaoyou.dgtis.com/admin"+ url,//正式环境
               data: data,
               contentType: type === 'post' ? false : true,
               processData: type === 'post' ? false : true,