From 5ca9aa96bb0ce0ab169a1a2b43a74253a09fc6fa Mon Sep 17 00:00:00 2001 From: Wayne <943146732@qq.com> Date: Sat, 24 Feb 2024 16:46:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E6=8E=A5=E5=8F=A3=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/config.js b/public/config.js index d680c36..3c44db1 100644 --- a/public/config.js +++ b/public/config.js @@ -1,11 +1,11 @@ window.publicConfig = { - // 系统名称 - APP_NAME: 'Sass', + // 系统名称 APP_NAME: 'Sass', // 必填: api地址, 换成自己的域名即可 // 例如: https://www.你的域名.com/index.php?s=/store //BASE_API: '../index.php?s=/store', - BASE_API: 'http://www.yzshop.cn/index.php?s=/store', + // BASE_API: 'http://www.yzshop.cn/index.php?s=/store', + BASE_API: 'https://www.royaum.com.cn/index.php?s=/store', // 图片文件上传大小 (单位mb) uploadImageSize: 2,