设置sit环境和uat环境的环境变量配置

This commit is contained in:
田岩
2025-07-08 17:00:39 +08:00
parent 8329ccb356
commit f3407ae4a0
8 changed files with 21 additions and 11414 deletions
+1
View File
@@ -6,6 +6,7 @@ import common from '@/common/common.js'
const ENV = import.meta.env
export const get_base_url = url => {
console.log('process.env.NODE_ENV', process.env)
if (process.env.NODE_ENV === 'development') { // 开发环境
// H5必须用非https,手机端必须用https
// #ifdef H5