修改抖火预估方案

This commit is contained in:
2023-07-28 16:56:29 +08:00
parent 6277a1c29f
commit 9c284ac715
6 changed files with 458 additions and 450 deletions

View File

@@ -9,8 +9,8 @@ import { router } from '@/router/index.js'
// 基础配置
const config = {
// apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境
apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境
apiUrl : 'https://api.douhuotest.douhuofalv.com/api/', // 测试环境
// apiUrl : 'https://douhuo.douhuofalv.com/api/', // 正式环境
timeout : 60000
}