忽略unpackage目录

This commit is contained in:
2025-05-13 17:04:26 +08:00
parent 1144c1e3fe
commit c07a065e50
56 changed files with 1816 additions and 1811 deletions

View File

@ -15,8 +15,8 @@ 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',
// 生产环境https://php-b2c.likeshop.cn
production: IS_H5 ? location.origin : ''
}