开开发消息页

This commit is contained in:
田岩
2025-08-19 20:23:12 +08:00
parent 76bcb91480
commit 5a874ae9b3
19 changed files with 893 additions and 333 deletions
-1
View File
@@ -7,7 +7,6 @@ const ENV = import.meta.env
export const get_base_url = (url = '') => {
if (ENV.MODE === 'development') { // 开发环境
// H5必须用非https,手机端必须用https
// #ifdef H5
if (url) {
let _str = (url.split('/')[0] || url.split('/')[1])?.toUpperCase()