diff --git a/http/yskApi/http.js b/http/yskApi/http.js index 2f109f3..67aef22 100644 --- a/http/yskApi/http.js +++ b/http/yskApi/http.js @@ -17,10 +17,10 @@ import infoBox from "@/commons/utils/infoBox.js" import go from '@/commons/utils/go.js'; import { reject } from 'lodash'; // 测试服 -// let baseUrl = 'https://admintestpapi.sxczgkj.cn' +let baseUrl = 'https://admintestpapi.sxczgkj.cn' //预发布 -let baseUrl = 'https://pre-cashieradmin.sxczgkj.cn' +// let baseUrl = 'https://pre-cashieradmin.sxczgkj.cn' //正式 // let baseUrl = 'https://cashieradmin.sxczgkj.cn'