From 3c5d89ab994e64efdbeaea8a8d9d4d774173274c Mon Sep 17 00:00:00 2001 From: YeMingfei666 <1619116647@qq.com> Date: Tue, 19 Nov 2024 16:12:53 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=B5=8B=E8=AF=95=E7=8E=AF?= =?UTF-8?q?=E5=A2=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- http/yskApi/http.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'