完善功能

This commit is contained in:
2025-05-15 00:01:24 +08:00
parent dab4dba0fe
commit a92a6c5baf
10 changed files with 325 additions and 179 deletions

View File

@ -15,10 +15,12 @@ const IS_H5 = false
const baseURLMap = {
// 开发环境
// development: 'https://likeshop-open.yixiangonline.com',
development: 'http://admin.likeshop.com',
// development: 'https://jianbing.stnav.com',
// development: 'http://admin.likeshop.com',
development: 'https://jianbing.stnav.com',
// development: 'https://jb.stnav.com',
// 生产环境https://php-b2c.likeshop.cn
production: IS_H5 ? location.origin : ''
production: IS_H5 ? location.origin : 'https://jb.stnav.com'
}
const baseURL = SWITCH_DEVELOPMENT ? baseURLMap['development'] : baseURLMap[process.env.NODE_ENV]