修改登录

This commit is contained in:
2025-04-22 23:04:56 +08:00
parent 16074dd05e
commit 95b7c69ddb
169 changed files with 46363 additions and 93 deletions

View File

@ -14,7 +14,8 @@ const IS_H5 = false
/** S API BaseURL **/
const baseURLMap = {
// 开发环境
development: 'https://likeshop-open.yixiangonline.com',
// development: 'https://likeshop-open.yixiangonline.com',
development: 'http://admin.likeshop.com',
// 生产环境https://php-b2c.likeshop.cn
production: IS_H5 ? location.origin : ''
}