sunlupeng 1 hete
szülő
commit
3c74f573eb

+ 2 - 2
public/dailyDrawCarousel.html

@@ -420,8 +420,8 @@
           $.ajax({
             type: type,
             // 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: "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,

+ 2 - 2
public/monthlyDrawCarousel.html

@@ -423,8 +423,8 @@
           $.ajax({
             type: type,
             // 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: "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,

+ 1 - 1
src/utils/request.js

@@ -2,7 +2,7 @@ import axios from 'axios'
 import { Message, MessageBox } from 'element-ui'
 import { getToken } from '@/utils/auth'
 
-let prodBaseURL = 'https://malltest.dgtis.com/admin';//正式地址
+let prodBaseURL = 'https://dgtmall.dgtis.com/admin';//正式地址
 
 // let prodBaseURL = 'https://malltest.dgtis.com/admin';//阿里云地址