From d8b2f9812124ec6723da9d2966fb75bb86277cc5 Mon Sep 17 00:00:00 2001 From: wmc Date: Fri, 19 Jan 2024 15:19:01 +0800 Subject: [PATCH] 111 --- public/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/config.js b/public/config.js index f77cac2..9e9c29c 100644 --- a/public/config.js +++ b/public/config.js @@ -5,7 +5,7 @@ window.publicConfig = { // 必填: api地址, 换成自己的域名即可 // 例如: https://www.你的域名.com/index.php?s=/store // BASE_API: '../index.php?s=/store', - BASE_API: 'http://yoshop2-pro.cn/index.php?s=/store', + BASE_API: 'https://www.saas.njrenzhou.com/index.php?s=/store', // 图片文件上传大小 (单位mb) uploadImageSize: 2,