From 55f829d4e6eb57097622c49d369c3f64eb760619 Mon Sep 17 00:00:00 2001 From: wangdong <1551135706@qq.com> Date: Wed, 5 Jun 2024 09:30:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.js b/public/config.js index ee9bb4a..f5e02f0 100644 --- a/public/config.js +++ b/public/config.js @@ -4,11 +4,11 @@ window.serverConfig = { // 必填: api地址, 换成自己的域名即可 // 例如: https://www.你的域名.com/index.php?s=/admin // BASE_API: 'https://www.saas.njrenzhou.com/index.php?s=/admin', - BASE_API: 'https://test-www.royaum.com.cn/index.php?s=/admin', + BASE_API: 'https://www.royaum.com.cn/index.php?s=/admin', // 必填: store模块的入口地址 // 例如: https://www.你的域名.com/store // STORE_URL: 'https://www.saas.njrenzhou.com/store', - STORE_URL: 'https://test-www.royaum.com.cn/store', + STORE_URL: 'https://www.royaum.com.cn/store', // 图片文件上传大小 (单位mb) uploadImageSize: 2,