去可见版权信息

This commit is contained in:
2025-08-06 18:00:20 +08:00
parent 4146097331
commit eb5f283a01
7 changed files with 46 additions and 16 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ const IS_H5 = false
/** S API BaseURL **/
const baseURLMap = {
// 开发环境
development: 'https://likeshop-open.yixiangonline.com',
development: 'https://shop.mompockets.com',
// 生产环境https://php-b2c.likeshop.cn
production: IS_H5 ? location.origin : ''
}