修改生产配置文件域名地址

This commit is contained in:
田岩
2025-09-24 10:16:13 +08:00
parent 49e7b064f3
commit 8c809434d0
6 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import common from '@/common/common.js'
const ENV = import.meta.env
export const get_base_url = (url = '') => {
return ''
if (ENV.MODE === 'development') { // 开发环境
// #ifdef H5
if (url) {