// #ifndef H5
const url = 'http://localhost:3000/shopping'
// #endif
// #ifdef H5
const url = '/shop/shopping'
// #endif
uniapp 条件编译语句
最新推荐文章于 2025-05-09 10:48:48 发布
// #ifndef H5
const url = 'http://localhost:3000/shopping'
// #endif
// #ifdef H5
const url = '/shop/shopping'
// #endif