正式环境

This commit is contained in:
唐明明
2023-07-12 14:05:18 +08:00
parent 4f9f3ae142
commit ad19d17644
5 changed files with 9 additions and 10 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
}